Skip to content

Commit

Permalink
32-bit artiffact directory is Win32
Browse files Browse the repository at this point in the history
upload-artifact wants v4 now due to warning
  • Loading branch information
bbbradsmith committed Mar 31, 2024
1 parent bcf2f4e commit 4bb1999
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cp output/x64/Release/nsfplug.dll artifact
echo "BUILD_TAG=$(git log -1 --format="%ad--%h" --date=format-local:"%Y-%m-%d-%H%M%S")" >> $env:GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nsfplay3-win64-msvc--${{ env.BUILD_TAG }}
path: artifact/
Expand All @@ -52,12 +52,12 @@ jobs:
run: |
mkdir artifact
cp nsfplay.txt artifact
cp output/x86/Release/nsfplay.exe artifact
cp output/x86/Release/nsfplaycmd.exe artifact
cp output/x86/Release/nsfplug.dll artifact
cp output/Win32/Release/nsfplay.exe artifact
cp output/Win32/Release/nsfplaycmd.exe artifact
cp output/Win32/Release/nsfplug.dll artifact
echo "BUILD_TAG=$(git log -1 --format="%ad--%h" --date=format-local:"%Y-%m-%d-%H%M%S")" >> $env:GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nsfplay3-win32-msvc--${{ env.BUILD_TAG }}
path: artifact/
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cp output/make/nsfplug.dll artifact
echo "BUILD_TAG=$(git log -1 --format="%ad--%h" --date=format-local:"%Y-%m-%d-%H%M%S")" >> $env:GITHUB_ENV
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nsfplay3-win64-msys2--${{ env.BUILD_TAG }}
path: artifact/

0 comments on commit 4bb1999

Please sign in to comment.