Skip to content

Commit

Permalink
release action attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Azorlogh authored Jun 22, 2020
1 parent eeb8241 commit 9ddcb52
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 @@ -32,18 +32,18 @@ jobs:
- uses: Shopify/upload-to-release@master
if: matrix.os == 'windows-latest'
with:
name: harmoxen-${{ github.ref }}_win64.exe
name: harmoxen-${{ github.event.release.tag_name }}_win64.exe
path: target/release/harmoxen.exe
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@master
if: matrix.os == 'ubuntu-latest'
with:
name: harmoxen_${{ github.ref }}_linux
name: harmoxen-${{ github.event.release.tag_name }}_linux
path: target/release/harmoxen
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Shopify/upload-to-release@master
if: matrix.os == 'macos-latest'
with:
name: harmoxen_${{ github.ref }}_macos
name: harmoxen-${{ github.event.release.tag_name }}_macos
path: target/release/harmoxen
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9ddcb52

Please sign in to comment.