Skip to content

Commit 901ed26

Browse files
committed
fix: use the correct sub path to upload setup
1 parent 7da9f31 commit 901ed26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
uses: actions/upload-artifact@v7
9797
with:
9898
name: setup_basiliskLLM_${{ steps.get_variables.outputs.version_number }}_${{ runner.os }}_${{ steps.get_variables.outputs.arch }}
99-
path: ${{ github.workspace }}/output_setup/*
99+
path: ${{ github.workspace }}/repo/output_setup/*
100100
if-no-files-found: error
101101
retention-days: 30

0 commit comments

Comments
 (0)