We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31de215 commit e724c3eCopy full SHA for e724c3e
.github/workflows/publish.yml
@@ -12,11 +12,6 @@ on:
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
-
16
-env:
17
- ITCH_USERNAME: guilhermegsousa
18
- ITCH_GAME_ID: test-game
19
20
jobs:
21
build:
22
runs-on: ubuntu-latest
@@ -40,6 +35,6 @@ jobs:
40
35
with:
41
36
butlerApiKey: ${{secrets.BUTLER_API_KEY}}
42
37
gameData: ./build/${{ matrix.platform }}
43
- itchUsername: ${{env.ITCH_USERNAME}}
44
- itchGameId: ${{ env.ITCH_GAME_ID }}
38
+ itchUsername: ${{ vars.ITCH_USERNAME }}
39
+ itchGameId: ${{ vars.ITCH_GAME_ID }}
45
buildChannel: ${{ matrix.platform }}
0 commit comments