Skip to content

Commit

Permalink
Update upload artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Sep 18, 2024
1 parent 97a711e commit 244d380
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
unzip -j chrome-win.zip chrome-win/libGLESv2.dll -d artifacts/x64
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Natives-Windows
path: ./artifacts
Expand All @@ -68,7 +68,7 @@ jobs:
lipo -thin arm64 lib/libSDL2-2.0.0.dylib -output ../../artifacts/arm64/SDL2.dylib
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Natives-MacOS
path: ./artifacts
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cp lib/libSDL2.so ../artifacts/x64/SDL2.so
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Natives-Linux(x64)
path: ./artifacts
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
cp lib/libSDL2.so /artifacts/arm64/SDL2.so
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Natives-Linux(arm64)
path: ./artifacts
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
nuget pack OpenRA-SDL2-CS.nuspec -OutputDirectory ./nuget -version ${{ env.PACKAGE_VERSION }}
- name: Upload NuGet package to Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NuGet Package ${{ env.PACKAGE_VERSION }}
path: ./nuget
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sdl2cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet build SDL2-CS.sln
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SDL2-CS
path: ./bin

0 comments on commit 244d380

Please sign in to comment.