Skip to content

Commit aeb6031

Browse files
committed
fix workflow
1 parent 2675837 commit aeb6031

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,13 @@ jobs:
164164
runs-on: ubuntu-latest
165165
if: startsWith(github.ref, 'refs/tags/')
166166
needs: [build, build_linux]
167+
permissions:
168+
contents: write
167169
steps:
168170
- uses: actions/checkout@v4
169-
- uses: actions/download-artifact@v4
171+
- uses: dawidd6/action-download-artifact@v7
172+
with:
173+
skip_unpack: true
170174
- uses: softprops/action-gh-release@v2
171175
with:
172176
name: ${{ github.ref }}

0 commit comments

Comments
 (0)