Skip to content

Commit 7e0e09f

Browse files
chore: upload artifacts to actions
1 parent 89edde5 commit 7e0e09f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ jobs:
2626
- name: Download 7z binaries
2727
run: ./download_7z.sh
2828

29+
- name: Upload artifacts
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: Development Build
33+
path: |
34+
output/*
35+
2936
- uses: softprops/action-gh-release@v2
3037
if: github.ref_type == 'tag'
3138
with:
3239
token: "${{ secrets.GITHUB_TOKEN }}"
33-
name: Development Build
3440
make_latest: true
3541
files: |
3642
output/*

0 commit comments

Comments
 (0)