Skip to content

Commit 58bdf47

Browse files
Merge pull request #5 from calebsmithdev/silicon-2
Arg updates
2 parents 6ac7ed1 + b67e7a4 commit 58bdf47

3 files changed

Lines changed: 224 additions & 218 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

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

77-
- name: install Ubuntu Dependencies
78-
if: matrix.platform == 'ubuntu-latest'
79-
run: |
80-
sudo apt-get update
81-
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
82-
8377
- name: Rust cache
8478
uses: swatinem/rust-cache@v2
8579
with:

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ jobs:
5656
- uses: tauri-apps/tauri-action@dev
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
59+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
60+
with:
61+
args: ${{ matrix.args }}

0 commit comments

Comments
 (0)