Skip to content

Commit

Permalink
Merge pull request #1 from nlpng/update-upload-artifact-version
Browse files Browse the repository at this point in the history
update upload-artifact to v3
  • Loading branch information
nlpng authored Oct 7, 2024
2 parents 5f4aabf + c44d3a4 commit 6265926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: build
run: pyinstaller main_gui.py --onefile

- name: upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: sample-windows
path: dist/sample.exe

0 comments on commit 6265926

Please sign in to comment.