Skip to content

Commit

Permalink
fix keys for downloading builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyz committed Mar 23, 2024
1 parent 111a4a0 commit 7335217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
- name: Download build artifacts (macOS-14-ARM64)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos-14-latest
name: glitch-artifacts-macos-14
path: target/macos-arm64
- name: Download build artifacts (macOS-13)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos-13-latest
name: glitch-artifacts-macos-13
path: target/macos-13
- name: Download build artifacts (Windows)
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -140,12 +140,12 @@ jobs:
- name: Download build artifacts (macOS-14-ARM64)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos-14-latest
name: glitch-artifacts-macos-14
path: target/macos-arm64
- name: Download build artifacts (macOS-13)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos-13-latest
name: glitch-artifacts-macos-13
path: target/macos-13
- name: Create ZIP archive (Ubuntu)
run: zip -jr target/ubuntu.zip target/ubuntu/
Expand Down

0 comments on commit 7335217

Please sign in to comment.