Skip to content

Commit

Permalink
refactor: move package 1 up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jh123x committed Mar 6, 2024
1 parent 2f2d363 commit 71a5960
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ on:
name: Handle Windows Release
jobs:
generate_windows:
name: Create release-artifacts
name: Create windows release-artifacts
runs-on: ubuntu-latest
steps:
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: Bot
path: .

- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: Bot/dist/windows
path: dist/windows

generate_linux:
name: Create release-artifacts
name: Create linux release-artifacts
runs-on: ubuntu-latest
steps:
- name: PyInstaller Linux
uses: JackMcKew/[email protected]
with:
path: Bot
path: .

- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: Bot/dist/linux
path: dist/linux
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ MANIFEST
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 71a5960

Please sign in to comment.