Skip to content

Commit

Permalink
fix rust-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
millergarym committed May 2, 2023
1 parent dd18a2a commit 8d70fe4
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 @@ -52,9 +52,9 @@ jobs:
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
- run: |
mv radlc-macOS/radlc ./radlc-${GITHUB_REF:24}-osx
mv radlc-linux/radlc ./radlc-${GITHUB_REF:24}-linux
- name: Create Release
id: create_release
Expand Down

0 comments on commit 8d70fe4

Please sign in to comment.