Skip to content

Commit

Permalink
Version var #707
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Aug 21, 2021
1 parent 4972ef7 commit 55466f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
VERSION: ${{ env.TAGVERSION }}
run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
unzip butler.zip
Expand All @@ -99,7 +98,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'macos-latest'
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
VERSION: ${{ env.TAGVERSION }}
run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/darwin-amd64/LATEST/archive/default
unzip butler.zip
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cmake.yml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
VERSION: ${{ env.TAGVERSION }}
run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default
unzip butler.zip
Expand All @@ -99,7 +98,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'macos-latest'
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
VERSION: ${{ env.TAGVERSION }}
run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/darwin-amd64/LATEST/archive/default
unzip butler.zip
Expand Down

0 comments on commit 55466f7

Please sign in to comment.