mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Update test.yml
This commit is contained in:
parent
9ae88e4a1c
commit
398a62fc3c
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -38,11 +38,11 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
||||
- uses: JonasKruckenberg/tauri-build@v0.1.2-beta.9
|
||||
id: build_tauri
|
||||
id: tauri_build
|
||||
with:
|
||||
projectPath: ./test/fixture
|
||||
- run: |
|
||||
echo "${{ steps.build_tauri.outputs.artifacts }}"
|
||||
echo "${{ steps.tauri_build.outputs.artifacts }}"
|
||||
# The artifacts output can now be used to upload the artifacts
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user