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