From 398a62fc3cb528cfb415679ddacbcdb30c45fcf5 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 10 May 2022 20:37:30 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 911485b..40e8a16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: