mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-06 13:48:58 +02:00
Use tauri build action layer
This commit is contained in:
parent
8b56a615fb
commit
c310c9c633
19
.github/workflows/tauri-test.yml
vendored
19
.github/workflows/tauri-test.yml
vendored
@ -199,17 +199,14 @@ jobs:
|
|||||||
run: npm install -g @tauri-apps/cli@v2
|
run: npm install -g @tauri-apps/cli@v2
|
||||||
|
|
||||||
- name: Build Tauri app (test mode)
|
- name: Build Tauri app (test mode)
|
||||||
working-directory: ./frontend
|
uses: tauri-apps/tauri-action@v0
|
||||||
run: |
|
env:
|
||||||
echo "🔧 Building Tauri app for ${{ matrix.name }}..."
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
npm run tauri-build
|
with:
|
||||||
echo "✅ Tauri app built successfully for ${{ matrix.name }}"
|
projectPath: ./frontend
|
||||||
# uses: tauri-apps/tauri-action@v0
|
tauriScript: cargo build
|
||||||
# env:
|
args: ${{ matrix.args }}
|
||||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
# with:
|
|
||||||
# projectPath: ./frontend
|
|
||||||
# args: ${{ matrix.args }}
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user