From 9d8213645bcf3ff8c685b41fc0307bd5093a6ea3 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sun, 11 Jun 2023 05:40:26 -0400 Subject: [PATCH] Fix artifact grepping --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 310b0eb..af466cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,5 +171,5 @@ jobs: uses: ncipollo/release-action@v1 with: tag: ${{ needs.version.outputs.tag }} - artifacts: "release.${{ needs.version.outputs.tag }}.zip release.${{ needs.version.outputs.tag }}.tar.gz" + artifacts: "../release.${{ needs.version.outputs.tag }}.zip ../release.${{ needs.version.outputs.tag }}.tar.gz install/*.${{ needs.version.outputs.tag }}.zip install/*.${{ needs.version.outputs.tag }}.tar.gz" generateReleaseNotes: true