Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Dec 1, 2024
1 parent a057cdd commit 60389e0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,16 @@ jobs:
exe-name: vyxal-linux
steps:
- name: Clone Vyxal repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: Vyxal/Vyxal
ref: main
ref: version-2
fetch-depth: 0
- name: Debug git info
run: |
git branch
git status
git rev-parse HEAD
- uses: actions/setup-python@v2
with:
python-version: '3.9'
Expand All @@ -33,7 +39,7 @@ jobs:
run: pip install pyinstaller
- name: Run pyinstaller
run: |
pyinstaller vyxal/__main__.py --name vyxal2
pyinstaller vyxal/__main__.py --onefile --name vyxal2
- name: Add vyxal2 to release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 60389e0

Please sign in to comment.