Skip to content

Commit

Permalink
looks like actions/download-artifact@v3 might be case sensative
Browse files Browse the repository at this point in the history
  • Loading branch information
millergarym committed May 2, 2023
1 parent 8d70fe4 commit 1cc6b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
- name: Fetch linux build
uses: actions/download-artifact@v3
with:
name: radlc-linux
path: radlc-linux
name: radlc-Linux
path: radlc-Linux

- run: |
mv radlc-macOS/radlc ./radlc-${GITHUB_REF:24}-osx
mv radlc-linux/radlc ./radlc-${GITHUB_REF:24}-linux
mv radlc-Linux/radlc ./radlc-${GITHUB_REF:24}-linux
- name: Create Release
id: create_release
Expand Down

0 comments on commit 1cc6b00

Please sign in to comment.