We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89edde5 commit 7e0e09fCopy full SHA for 7e0e09f
.github/workflows/build.yml
@@ -26,11 +26,17 @@ jobs:
26
- name: Download 7z binaries
27
run: ./download_7z.sh
28
29
+ - name: Upload artifacts
30
+ uses: actions/upload-artifact@v4
31
+ with:
32
+ name: Development Build
33
+ path: |
34
+ output/*
35
+
36
- uses: softprops/action-gh-release@v2
37
if: github.ref_type == 'tag'
38
with:
39
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Development Build
40
make_latest: true
41
files: |
42
output/*
0 commit comments