Skip to content

Commit

Permalink
[FIX] gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Sep 16, 2023
1 parent a3c020d commit ed34d57
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
python3 -m pip install -U pip setuptools wheel twine
pip3 install .
- name: Package Application
uses: JackMcKew/pyinstaller-action-linux@main
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
path: './'

- uses: actions/upload-artifact@v2
with:
name: 'rofi-notion'
path: ./dist/linux
python_ver: '3.8'
spec: 'rofi-notion.spec'
upload_exe_with_name: 'rofi-notion'
options: --onefile, --name "rofi-notion", --console,

0 comments on commit ed34d57

Please sign in to comment.