summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-21 12:53:04 +0200
committerGitHub <[email protected]>2020-08-21 12:53:04 +0200
commit2d8e8a3b84d0f653d4d80ddd6cdb136a3e6850c9 (patch)
treec4ca3c4d2b8ee5b55fa50a1bc0e278010fc41f03 /.github
parent890ea7724609f3202e97e54d7a78bbfa8d58962f (diff)
downloadraylib-2d8e8a3b84d0f653d4d80ddd6cdb136a3e6850c9.tar.gz
raylib-2d8e8a3b84d0f653d4d80ddd6cdb136a3e6850c9.zip
Update webassembly.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/webassembly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml
index 7356c4f0..e8ede802 100644
--- a/.github/workflows/webassembly.yml
+++ b/.github/workflows/webassembly.yml
@@ -12,7 +12,7 @@ jobs:
env:
VERSION: ${{ github.event.release.tag_name }}
- RELEASE_NAME: raylib-${{ github.event.release.tag_name }}_webassembly
+ RELEASE_NAME: raylib-dev_webassembly
steps:
- name: Checkout