Skip to content

Commit

Permalink
only ref name (without slashes) in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Jul 19, 2024
1 parent eb1f1d0 commit 3fc1607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

env:
RELEASE_FILE_NAME: 'css-pokemon-gameboy-${{ github.ref }}.zip'
RELEASE_FILE_NAME: 'css-pokemon-gameboy-${{ github.ref_name }}.zip'

steps:
- name: Checkout
Expand Down

0 comments on commit 3fc1607

Please sign in to comment.