mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 13:25:06 +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 update
|
||||||
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
|
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
|
- uses: JonasKruckenberg/tauri-build@v0.1.2-beta.9
|
||||||
id: build_tauri
|
id: tauri_build
|
||||||
with:
|
with:
|
||||||
projectPath: ./test/fixture
|
projectPath: ./test/fixture
|
||||||
- run: |
|
- run: |
|
||||||
echo "${{ steps.build_tauri.outputs.artifacts }}"
|
echo "${{ steps.tauri_build.outputs.artifacts }}"
|
||||||
# The artifacts output can now be used to upload the artifacts
|
# The artifacts output can now be used to upload the artifacts
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user