Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haondt committed Aug 14, 2023
1 parent db36dbf commit 2599154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Expand Up @@ -51,6 +51,7 @@ jobs:
cd medea
cross build --release --locked --target ${{ matrix.platform.target }}
- name: compress binary
shell: bash
run: |
cd ./medea/target/${{ matrix.platform.target }}/release
if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then
Expand Down

0 comments on commit 2599154

Please sign in to comment.