Skip to content

Commit

Permalink
Update PyInstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored May 9, 2024
1 parent eb7db2d commit 11af55a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/PyInstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
files: dist/
recursive: false
dest: ${{ matrix.os }}-${{github.ref_name}}.zip
- uses: softprops/action-gh-release@v1
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
files: ${{ matrix.os }}-${{github.ref_name}}.zip
name: ${{ matrix.os }}-${{github.ref_name}}.zip
path: ${{ matrix.os }}-${{github.ref_name}}.zip
retention-days: 5
#- uses: softprops/action-gh-release@v1
# with:
# files: ${{ matrix.os }}-${{github.ref_name}}.zip

0 comments on commit 11af55a

Please sign in to comment.