Skip to content

Commit

Permalink
Testgithub actions appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahPS-2262144 committed Oct 21, 2022
1 parent c51f3a7 commit 561a54f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,18 @@ jobs:
CMD_BUILD: pyinstaller --icon=packaging/icons/icon.ico -F -w --add-data "packaging/icons/icon_512x512.png;packaging/icons" -n ChimpStackr src/run.py
OUT_FILE_NAME: ChimpStackr.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
- os: ubuntu-latest
TARGET: ubuntu
CMD_BUILD: >
appimage-builder
OUT_FILE_NAME: ChimpStackr-latest-x86_64.AppImage
ASSET_MIME: application/ChimpStackr
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 561a54f

Please sign in to comment.