3
0
Fork 0
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:
Nikolaj Bjorner 2026-01-19 13:52:45 -08:00 committed by GitHub
parent f2ddfc2fdf
commit 50cfcba40b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
# ============================================================================