More specific Artifact path

This commit is contained in:
Connor Yoh 2025-07-08 13:56:41 +01:00
parent b769470d0d
commit 7f788db7ca

View File

@ -214,7 +214,7 @@ jobs:
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: tauri-${{ matrix.name }}
path: ./frontend/src-tauri/target/*
path: ./frontend/src-tauri/target/release/bundle/*
retention-days: 7
- name: Verify build artifacts