Skip to content

Commit

Permalink
Merge pull request #50 from poketrax/#45-Fix-links
Browse files Browse the repository at this point in the history
πŸ’š testing
  • Loading branch information
jgunzelman88 authored Jun 12, 2022
2 parents 2ccfec9 + 49070b0 commit 970e5e3
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 @@ -10,13 +10,13 @@ jobs:
matrix:
include:
- os: ubuntu-latest
artifact_name: 'poketrax_${GITHUB_REF#refs/*/}_amd64.snap'
artifact_name: 'poketrax_${{ GITHUB_REF#refs/*/ }}_amd64.snap'
asset_name: poketrax.snap
- os: windows-latest
artifact_name: 'PokeTrax.Setup.${GITHUB_REF#refs/*/}.exe'
artifact_name: 'PokeTrax.Setup.${{ GITHUB_REF#refs/*/ }}.exe'
asset_name: poketrax.exe
- os: macos-latest
artifact_name: 'PokeTrax-${GITHUB_REF#refs/*/}.dmg'
artifact_name: 'PokeTrax-${{ GITHUB_REF#refs/*/ }}.dmg'
asset_name: poketrax.dmg
env:
GH_TOKEN: "${{ secrets.JPG_ACTION_TOKEN }}"
Expand Down

0 comments on commit 970e5e3

Please sign in to comment.