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 cf7b7f0 commit 6e0dfa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ run-name: Attach MVR binaries to a ${{ inputs.mvr_tag }} release
on:
release:
types: [published]
push:
tags:
- 'v*'
workflow_dispatch:

env:
Expand Down Expand Up @@ -96,6 +93,9 @@ jobs:
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 }}
done
Expand Down

0 comments on commit 6e0dfa0

Please sign in to comment.