Skip to content

Commit

Permalink
debugging PyInstaller missing an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Oct 20, 2024
1 parent a5bb7a0 commit a122426
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
- name: PyInstaller
run: pyinstaller script.py --name CatPack_Crafter_${{ github.sha }}_${{ matrix.os }}
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/script-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ run-name: Release ${{ github.ref_name }}

on:
push:
tags:
- "v*"

permissions:
contents: write
Expand Down Expand Up @@ -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."
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pillow==11.0.0

# Compiling
pyinstaller==6.11.0


# Documentation
mkdocs==1.6.1
Expand Down

0 comments on commit a122426

Please sign in to comment.