mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +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
|
||||
|
||||
- name: Build Tauri app (test mode)
|
||||
working-directory: ./frontend
|
||||
run: |
|
||||
echo "🔧 Building Tauri app for ${{ matrix.name }}..."
|
||||
npm run tauri-build
|
||||
echo "✅ Tauri app built successfully for ${{ matrix.name }}"
|
||||
# uses: tauri-apps/tauri-action@v0
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# with:
|
||||
# projectPath: ./frontend
|
||||
# args: ${{ matrix.args }}
|
||||
uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
projectPath: ./frontend
|
||||
tauriScript: cargo build
|
||||
args: ${{ matrix.args }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user