-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debugging PyInstaller missing an icon
- Loading branch information
1 parent
a5bb7a0
commit a122426
Showing
3 changed files
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ run-name: Release ${{ github.ref_name }} | |
|
||
on: | ||
push: | ||
tags: | ||
- "v*" | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -61,28 +59,3 @@ jobs: | |
with: | ||
name: ${{ matrix.os }}_dists | ||
path: dist/* | ||
|
||
normal_release: | ||
name: Draft normal release | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Download artifacts | ||
uses: actions/download-artifact@v4 | ||
with: | ||
path: release-artifacts | ||
pattern: "*_dists" | ||
|
||
- name: List release-artifacts directory # debug | ||
run: ls -R release-artifacts | ||
|
||
- name: Draft normal release | ||
uses: ncipollo/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
generateReleaseNotes: true | ||
tag: ${{ github.ref_name }} | ||
artifacts: | ||
draft: true | ||
name: "CatPack_Crafter_${{ github.ref_name }}_*" | ||
body: "Need help? Refer to the documentation site." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
pillow==11.0.0 | ||
|
||
# Compiling | ||
pyinstaller==6.11.0 | ||
|
||
|
||
# Documentation | ||
mkdocs==1.6.1 | ||
|