Skip to content

Commit

Permalink
Update webassembly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Dec 25, 2020
1 parent 1320d9e commit e25e380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Setup Release Version
run: |
echo "::set-env name=RELEASE_NAME::raylib-${{ github.event.release.tag_name }}_webassembly"
echo "RELEASE_NAME=raylib-${{ github.event.release.tag_name }}_webassembly" >> $GITHUB_ENV
shell: bash
if: github.event_name == 'release' && github.event.action == 'published'

Expand Down

0 comments on commit e25e380

Please sign in to comment.