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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user