mirror of
https://github.com/Z3Prover/z3
synced 2026-01-20 09:13:20 +00:00
Update artifact upload path in release workflow
This commit is contained in:
parent
f2ddfc2fdf
commit
50cfcba40b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -353,7 +353,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: WindowsBuild-arm64
|
||||
path: dist/arm64/dist/*.zip
|
||||
path: dist/arm64/*.zip
|
||||
retention-days: 7
|
||||
|
||||
# ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue