Skip to content

Commit

Permalink
Rename step, fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
delington committed Sep 30, 2023
1 parent 377b0c3 commit 94e5efb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: pyinstaller --onefile main.py
working-directory: ${{ github.workspace }}

- name: Theme changer
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: main
path: dist/main.exe
path: ${{ github.workspace }}/dist/main.exe

0 comments on commit 94e5efb

Please sign in to comment.