We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd9c26 commit f421190Copy full SHA for f421190
.github/workflows/test.yml
@@ -29,4 +29,4 @@ jobs:
29
key: ${{ secrets.BUTLER_API_KEY }}
30
31
- name: Upload to Itch
32
- run: butler push ./build solarlabyrinth/github-action-test:windows
+ run: butler push ./project/build solarlabyrinth/github-action-test:windows
action.yml
@@ -28,7 +28,7 @@ runs:
28
cd $INSTALL_DIR
- wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
+ wget -O butler.zip $BUTLER_DOWNLOAD_URL
unzip butler.zip
33
rm -rf butler.zip
34
@@ -44,3 +44,4 @@ runs:
44
run: |
45
mkdir -p ~/.config/itch
46
echo "${{ inputs.key }}" > ~/.config/itch/butler_creds
47
+ chmod 600 ~/.config/itch/butler_creds
0 commit comments