mirror of
https://github.com/Z3Prover/z3
synced 2026-07-14 11:05:41 +00:00
Update artifact upload path in release workflow
This commit is contained in:
parent
b090dc1cb2
commit
39aa18e95c
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
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-arm64
|
name: WindowsBuild-arm64
|
||||||
path: dist/arm64/dist/*.zip
|
path: dist/arm64/*.zip
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue