Browse Source

Update webassembly.yml

pull/1470/head 3.5.0
Ray 4 years ago
committed by GitHub
parent
commit
e25e380e80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/webassembly.yml

+ 1
- 1
.github/workflows/webassembly.yml View File

@ -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'

Loading…
Cancel
Save