Skip to content

Commit

Permalink
gh: Fix package path for artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Apr 22, 2024
1 parent 7f45864 commit 554b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: VAST
path: ./builds/ninja-multi-default/package/*
path: ./builds/ci/package/*
retention-days: 1

- name: Publish Pre-Release
Expand Down

0 comments on commit 554b30f

Please sign in to comment.