Skip to content

Commit

Permalink
Revert "chore: remap path prefix for reproducible builds" (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 24, 2024
1 parent 9453d8c commit 673069a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
cargo --locked auditable tauri android build
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837
RUSTFLAGS: "--remap-path-prefix ${{ github.workspace }}=/static-placeholder"

- name: 🔑 Extract android signing key from env (publish only)
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
uses: tauri-apps/tauri-action@8c3e0753aa015d00d03631d6d4f64ad59489251d # v0.5.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTFLAGS: "--remap-path-prefix ${{ github.workspace }}=/static-placeholder"
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
Expand Down

0 comments on commit 673069a

Please sign in to comment.