Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 13, 2024
1 parent 1ddc3ac commit b48d411
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install Python
run: uv python install 3.12
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Build Executable with Nuitka
Expand All @@ -54,6 +56,7 @@ jobs:
echo "artifact=build/main.app" >> $GITHUB_ENV
else
echo "artifact=build/main.bin" >> $GITHUB_ENV
fi
shell: bash
- name: Upload Artifacts
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit b48d411

Please sign in to comment.