mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Move to butler-publish-itchio-action@v1.0.3
This commit is contained in:
parent
30fd0c184c
commit
b09b5f0e11
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Clean up
|
||||
run: make clean-unzipped
|
||||
- name: Deploy Linux
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||
env:
|
||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||
CHANNEL: linux
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
PACKAGE: build/${{ env.PROJECT_NAME }}-linux.zip
|
||||
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
||||
- name: Deploy macOS
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||
env:
|
||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||
CHANNEL: osx
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
PACKAGE: build/${{ env.PROJECT_NAME }}-macos.zip
|
||||
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
||||
- name: Deploy Windows
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||
env:
|
||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||
CHANNEL: windows
|
||||
|
|
Loading…
Reference in a new issue