Skip to content

Commit

Permalink
forgot to add latest to the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyz committed Mar 22, 2024
1 parent e1c0afa commit a1c7c75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ jobs:
- name: Download build artifacts (ubuntu)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-ubuntu
name: glitch-artifacts-ubuntu-latest
path: target/ubuntu
- name: Download build artifacts (macOS)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos
name: glitch-artifacts-macos-latest
path: target/macos
- name: Download build artifacts (Windows)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-windows
name: glitch-artifacts-windows-latest
path: target/windows
- name: Create Release
uses: softprops/action-gh-release@v1
Expand All @@ -81,17 +81,17 @@ jobs:
- name: Download build artifacts (ubuntu)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-ubuntu
name: glitch-artifacts-ubuntu-latest
path: target/ubuntu
- name: Download build artifacts (macOS)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-macos
name: glitch-artifacts-macos-latest
path: target/macos
- name: Download build artifacts (Windows)
uses: actions/download-artifact@v3
with:
name: glitch-artifacts-windows
name: glitch-artifacts-windows-latest
path: target/windows
- name: Create Pre-Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a1c7c75

Please sign in to comment.