Skip to content

Commit

Permalink
yep, I am killing myself
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Feb 2, 2024
1 parent 8955a8c commit 6d0e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd installer
pip install -r requirements.txt pyinstaller
pyinstaller pissmc-installer.spec
python -c "from os import listdir; print(listdir('dist')[0])" >> $GITHUB_ENV
FILE=$(python -c "from os import listdir; print(listdir('dist')[0])") >> $GITHUB_ENV
- name: Upload assets
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6d0e19d

Please sign in to comment.