Skip to content

Commit

Permalink
Added Action
Browse files Browse the repository at this point in the history
  • Loading branch information
OxSikrox committed Jan 1, 2025
1 parent 1a38961 commit 4bddf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pyinstaller --onefile --name Dandilion --add-data "app:app" --icon=assets/icon.ico main.py
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Dandilion
path: dist/Dandilion

0 comments on commit 4bddf84

Please sign in to comment.