Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Apr 20, 2024
1 parent 7684550 commit 14c599d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,19 @@ jobs:
mkdir -p build/runtimes/win-x64
choco install nuget.commandline
- name: Download linux-x64
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: 'linux-x64'
name: 'linux-x64.zip'
path: build/runtimes/linux-x64/native
- name: Download osx
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: 'osx'
name: 'osx.zip'
path: build/runtimes/osx/native
- name: Download win-x64
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: 'win-x64'
name: 'win-x64.zip'
path: build/runtimes/win-x64/native
- name: Calculate Version
id: version
Expand Down

0 comments on commit 14c599d

Please sign in to comment.