Skip to content

Commit

Permalink
workflow_fix - trying to fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 9, 2024
1 parent 592d900 commit 6ea2039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT: Bane-Of-Wargs-UNIX
OUTPUT: Bane-Of-Wargs-Unix
steps:
- name: Fix Checkout Problems
run: git config --global core.protectNTFS false
Expand All @@ -43,7 +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-UNIX
mv dist/Bane-Of-Wargs Bane-Of-Wargs-Unix
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6ea2039

Please sign in to comment.