Skip to content

Commit

Permalink
Merge pull request #3086 from ClanGenOfficial/test_for_butler_quickfix
Browse files Browse the repository at this point in the history
Test for release butler install issue
  • Loading branch information
Thlumyn authored Dec 2, 2024
2 parents b341797 + 6bfc98b commit 3ac48aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
-F 'fileBundle=@Clangen_Linux64_glibc2.31+.tar.xz.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
-F 'fileBundle=@Clangen_Linux64_glibc2.35+.tar.xz.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
-F 'fileBundle=@Clangen_Win32.zip.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
if: startsWith(github.ref, 'refs/tags/') && env.BUTLER_API_KEY != ''
env:
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
-F 'fileBundle=@Clangen_Win64.zip.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
-F 'fileBundle=@Clangen_Win64_Windows10+.zip.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand Down Expand Up @@ -651,7 +651,7 @@ jobs:
-F 'fileBundle=@Clangen_macOS64.dmg.zip.sig' \
--http1.1
- name: Set up butler
uses: jdno/setup-butler@v1
uses: thlumyn/setup-butler@clangen
- name: Upload build to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand Down

0 comments on commit 3ac48aa

Please sign in to comment.