Skip to content

Commit

Permalink
Integración continua
Browse files Browse the repository at this point in the history
Integración continua
  • Loading branch information
DriveSP committed Nov 19, 2024
1 parent d8b14ab commit 7b8c3ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:

- name: Push To Itch
run: |
./butler push ./exports/$PROJECT_NAME-html.zip $ITCHIO_USERNAME/$PROJECT_NAME:html
./butler push ./exports/$PROJECT_NAME-linux.zip $ITCHIO_USERNAME/$PROJECT_NAME:linux
./butler push ./exports/$PROJECT_NAME-windows.exe $ITCHIO_USERNAME/$PROJECT_NAME:windows
./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
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/linux/Secret's Project (in development)-linux.x86_64"
export_path="build/linux/secrets-proyect-in-development-linux.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -91,7 +91,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/windows/Secret's Project (in development)-windows.exe"
export_path="build/windows/secrets-proyect-in-development-windows.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 7b8c3ae

Please sign in to comment.