We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8500f3a commit d6d1c4cCopy full SHA for d6d1c4c
.github/workflows/build.yml
@@ -91,10 +91,11 @@ jobs:
91
release:
92
name: Upload Release
93
needs: [build]
94
+ if: startsWith(github.ref, 'refs/tags/')
95
runs-on: [ubuntu-latest]
96
steps:
97
- name: Download
- uses: actions/download-artifact@v3
98
+ uses: actions/download-artifact@v4
99
- name: Display structure of downloaded files
100
run: ls -R
101
- name: zip win32-x64
0 commit comments