3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 07:04:22 +00:00

Update artifact upload path in release workflow

This commit is contained in:
Nikolaj Bjorner 2026-01-19 13:52:45 -08:00
parent b090dc1cb2
commit 39aa18e95c

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