Skip to content

Commit

Permalink
Merge pull request #5 from calebsmithdev/silicon-2
Browse files Browse the repository at this point in the history
Arg updates
  • Loading branch information
calebsmithdev authored May 10, 2024
2 parents 6ac7ed1 + b67e7a4 commit 58bdf47
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 218 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: softprops/action-gh-release@v2
id: create_release
name: Create release and add tauri-update.json
name: Create release
with:
tag_name: "v${{ env.VENDOR_VERSION }}"
name: "v${{ env.VENDOR_VERSION }}"
Expand Down Expand Up @@ -74,12 +74,6 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2. We will remove 4.0 once Tauri V2 launches.

- name: install Ubuntu Dependencies
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: Rust cache
uses: swatinem/rust-cache@v2
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
args: ${{ matrix.args }}
Loading

0 comments on commit 58bdf47

Please sign in to comment.