debug release installer app

This commit is contained in:
phernandez
2025-02-14 16:14:30 -06:00
parent 8de84c0221
commit 1989db15fa
3 changed files with 9 additions and 14 deletions
+7 -13
View File
@@ -49,19 +49,22 @@ jobs:
tag: ${{ steps.release.outputs.tag }}
build-macos:
needs: release
if: needs.release.outputs.released == 'true'
#needs: release
#if: needs.release.outputs.released == 'true'
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.release.outputs.tag }}
#with:
# ref: ${{ needs.release.outputs.tag }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install librsvg
run: brew install librsvg
- name: Install uv
run: |
pip install uv
@@ -74,15 +77,6 @@ jobs:
run: |
uv pip install -e .[dev]
- name: Install librsvg
run: brew install librsvg
- name: Create icon
run: |
cd installer
chmod +x make_icons.sh
./make_icons.sh
- name: Build macOS installer
run: |
# Debug info