Update test.yml

This commit is contained in:
Jonas Kruckenberg 2022-05-10 20:37:30 +02:00
parent 9ae88e4a1c
commit 398a62fc3c
No known key found for this signature in database
GPG Key ID: 21AD3B3C266BDE3D

View File

@ -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: