Skip to content

Commit

Permalink
mergi
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 28, 2024
1 parent d54ec0e commit 55942e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tauri-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@ jobs:
tool: tauri-cli
locked: true

- name: Build using tauri action
uses: tauri-apps/tauri-action@v0.5.14
- name: cached install cargo-sbom
- name: Cached install cargo-cyclonedx
uses: taiki-e/cache-cargo-install-action@v2.0.1
with:
tool: cargo-cyclonedx
locked: true

- name: Install cycloned-cli
uses: robinraju/release-downloader@v1
Expand All @@ -114,7 +112,8 @@ jobs:
with:
path: sbom

- uses: tauri-apps/tauri-action@v0.5.14
- name: Build using tauri action
uses: tauri-apps/tauri-action@v0.5.14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down

0 comments on commit 55942e0

Please sign in to comment.