mirror of
https://github.com/AquaMorph/Droplets.git
synced 2026-07-21 17:08:39 +00:00
Upgrade to v4 artifact actions
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build Binary
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master, 'feat-*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make
|
||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: droplets.bin
|
name: droplets.bin
|
||||||
path: build/droplets.bin
|
path: build/droplets.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user