Skip to content

Commit

Permalink
Update download artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
PunkPun committed Nov 16, 2024
1 parent 058e1a1 commit f1630cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@ jobs:
fi
- name: Download artifacts - SDL2-CS.dll
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: SDL2-CS
path: ./bin

- name: Download artifacts - native - Windows
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Natives-Windows
path: ./native/win

- name: Download artifacts - native - MacOS
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Natives-MacOS
path: ./native/osx

- name: Download artifacts - native - Linux (x64)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Natives-Linux(x64)
path: ./native/linux

- name: Download artifacts - native - Linux (arm64)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Natives-Linux(arm64)
path: ./native/linux
Expand Down

0 comments on commit f1630cb

Please sign in to comment.