Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 10, 2024
1 parent 6e0dfa0 commit 677aaa2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,11 @@ jobs:
run: |
[ -f ~/.cargo/env ] && source ~/.cargo/env ; cd mvr-cli && cargo build --release
- name: Rename and compress binaries for ${{ matrix.os }}
shell: bash
run: |
pwd
mkdir -p ${{ env.TMP_BUILD_DIR }}
cd mvr-cli
pwd
ls -l
ls -l target/release
mv target/release/mvr-cli${{ env.extension }} ${{ env.TMP_BUILD_DIR }}/mvr-${{ env.os_type }}${{ env.extension }}
mv target/release/mvr${{ env.extension }} ${{ env.TMP_BUILD_DIR }}/mvr-${{ env.os_type }}${{ env.extension }}
done
- name: Attach artifacts to ${{ env.mvr_tag }} release in GH
Expand Down

0 comments on commit 677aaa2

Please sign in to comment.