1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

github: Possible Fix CI setup for unique artifact name

This commit is contained in:
Mark Pizzolato
2022-12-02 17:29:03 -10:00
parent d4032402a5
commit d6ac4bf704

View File

@@ -73,4 +73,8 @@ jobs:
$zippath = "$pwd\NT\$zipfile"
Compress-Archive -Path "$pwd\NT\Win32-Release\*.exe" -DestinationPath "$zippath"
echo "ZIPPATH=$zippath" | Out-File -Append -Encoding ASCII -FilePath $Env:GITHUB_ENV
path: ${{ env.ZIPPATH }}
- uses: actions/upload-artifact@v3
with:
name: Save Artifact ${{ env.ZIPPATH }}
path: ${{ env.ZIPPATH }}