mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-09 05:24:39 -04:00
Merge pull request #179 from FunkinCrew/rewrite/bugfix/ci-bad-refname-cherrypick
ci: fix incorrect labelling of builds
This commit is contained in:
commit
697be2c88c
1 changed files with 1 additions and 1 deletions
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}}
|
||||
run: |
|
||||
./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
|
||||
|
|
Loading…
Add table
Reference in a new issue