Skip to content

Commit 11af55a

Browse files
authored
Update PyInstaller.yml
1 parent eb7db2d commit 11af55a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/PyInstaller.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
files: dist/
4343
recursive: false
4444
dest: ${{ matrix.os }}-${{github.ref_name}}.zip
45-
- uses: softprops/action-gh-release@v1
45+
- name: 'Upload Artifact'
46+
uses: actions/upload-artifact@v4
4647
with:
47-
files: ${{ matrix.os }}-${{github.ref_name}}.zip
48+
name: ${{ matrix.os }}-${{github.ref_name}}.zip
49+
path: ${{ matrix.os }}-${{github.ref_name}}.zip
50+
retention-days: 5
51+
#- uses: softprops/action-gh-release@v1
52+
# with:
53+
# files: ${{ matrix.os }}-${{github.ref_name}}.zip

0 commit comments

Comments
 (0)