Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
DriveSP authored Nov 20, 2024
1 parent 6ad977a commit 0467f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
BUTLER_API_KEY: ${{secrets.ITCHIO_API_KEY}} # Repository Settings -> Secrets and variables -> Actions -> New repository secret
ITCHIO_USERNAME: ${{secrets.ITCHIO_USERNAME}}
PROJECT_NAME: "secrets-proyect-in-development" # See README.md about project, channel, and export file naming conventions
PROJECT_NAME: "fragmented-memory" # See README.md about project, channel, and export file naming conventions

jobs:
Build:
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
run: |
./butler push ./build/web/$PROJECT_NAME-html.zip $ITCHIO_USERNAME/$PROJECT_NAME:html
./butler push ./build/linux/$PROJECT_NAME-linux.zip $ITCHIO_USERNAME/$PROJECT_NAME:linux
./butler push ./build/windows/$PROJECT_NAME-windows.exe $ITCHIO_USERNAME/$PROJECT_NAME:windows
./butler push ./build/windows/$PROJECT_NAME-windows.exe $ITCHIO_USERNAME/$PROJECT_NAME:windows

0 comments on commit 0467f21

Please sign in to comment.