Skip to content

Commit

Permalink
fixes upload-artifact action name
Browse files Browse the repository at this point in the history
  • Loading branch information
tledoux committed Aug 7, 2024
1 parent 4a1e301 commit 4d138a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-win-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Run Pyinstaller
run: |
pyinstaller donatemail.spec
- uses: actions/upload-artifacts@v3
- uses: actions/upload-artifact@v3
with:
name: DONATEMAIL
name: Windows_DONATEMAIL
path: dist/DONATEMAIL.EXE

- name: create release
Expand Down

0 comments on commit 4d138a5

Please sign in to comment.