mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-11 05:52:52 +00:00
switch from GITHUB_REF to GITHUB_REF_NAME
This commit is contained in:
parent
50b579ed4f
commit
9a762e1129
6
.github/actions/upload-itch/action.yml
vendored
6
.github/actions/upload-itch/action.yml
vendored
|
@ -36,9 +36,9 @@ runs:
|
|||
./butler -V
|
||||
shell: bash
|
||||
- name: Upload game to itch.io
|
||||
env:
|
||||
env:
|
||||
BUTLER_API_KEY: ${{inputs.butler-key}}
|
||||
run: |
|
||||
./butler login
|
||||
./butler push ${{inputs.build-dir}} ninja-muffin24/funkin-secret:${{inputs.target}}-${GITHUB_REF##*/}
|
||||
shell: bash
|
||||
./butler push ${{inputs.build-dir}} ninja-muffin24/funkin-secret:${{inputs.target}}-${GITHUB_REF_NAME}
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue