mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02: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
|
- name: Clean up
|
||||||
run: make clean-unzipped
|
run: make clean-unzipped
|
||||||
- name: Deploy Linux
|
- name: Deploy Linux
|
||||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||||
env:
|
env:
|
||||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||||
CHANNEL: linux
|
CHANNEL: linux
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
PACKAGE: build/${{ env.PROJECT_NAME }}-linux.zip
|
PACKAGE: build/${{ env.PROJECT_NAME }}-linux.zip
|
||||||
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
||||||
- name: Deploy macOS
|
- name: Deploy macOS
|
||||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||||
env:
|
env:
|
||||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||||
CHANNEL: osx
|
CHANNEL: osx
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
PACKAGE: build/${{ env.PROJECT_NAME }}-macos.zip
|
PACKAGE: build/${{ env.PROJECT_NAME }}-macos.zip
|
||||||
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
VERSION: ${{ steps.tag_name.outputs.TAG_NAME }}
|
||||||
- name: Deploy Windows
|
- name: Deploy Windows
|
||||||
uses: josephbmanley/butler-publish-itchio-action@v1.0.2
|
uses: josephbmanley/butler-publish-itchio-action@v1.0.3
|
||||||
env:
|
env:
|
||||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
|
||||||
CHANNEL: windows
|
CHANNEL: windows
|
||||||
|
|
Loading…
Add table
Reference in a new issue