Skip to content

Commit

Permalink
Fix workflow issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Apr 28, 2021
1 parent b75019c commit 9a080b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
args: --release

- name: Prefix binary name
run: cp target/release/aoede* target/release/${{ matrix.os }}-aoede
run: cp target/release/aoede target/release/${{ matrix.os }}-aoede
continue-on-error: true

- name: Prefix binary name
run: cp target/release/aoede.exe target/release/${{ matrix.os }}-aoede.exe
continue-on-error: true

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9a080b9

Please sign in to comment.