Skip to content

Commit

Permalink
workflow_test - testing fix of cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 7, 2024
1 parent d1ef21f commit d60d285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
pip install PyInstaller
python -m PyInstaller --console --onefile --name Bane-Of-Wargs source/main.py source/battle.py source/check_yaml.py source/colors.py source/map_item.py source/train.py source/logger_sys.py --add-data yamale/VERSION:yamale --collect-submodules fsspec --collect-submodules appdirs --hidden-import appdirs --hidden-import fsspec
mv dist/Bane-Of-Wargs Bane-Of-Wargs
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
pip install PyInstaller
python -m PyInstaller --console --onefile --name Bane-Of-Wargs source/main.py source/battle.py source/check_yaml.py source/colors.py source/map_item.py source/train.py source/logger_sys.py --add-data yamale/VERSION:yamale --collect-submodules fsspec --collect-submodules appdirs --hidden-import appdirs --hidden-import fsspec
mv dist/Bane-Of-Wargs.exe Bane-Of-Wargs.exe
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d60d285

Please sign in to comment.