From 5cc48aacb8221c968c0de596e248fd64ab16c169 Mon Sep 17 00:00:00 2001 From: Eranziel Date: Sun, 2 Jun 2024 22:12:07 -0600 Subject: [PATCH] Fix artifact paths --- .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 13593307a..ee44e25cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: omitDraftDuringUpdate: true omitPrereleaseDuringUpdate: true token: ${{ secrets.GITHUB_TOKEN }} - artifacts: "./public/system.json, ./${{ steps.vars.outputs.zip_name }}" + artifacts: "./package/system.json, ./package/${{ steps.vars.outputs.zip_name }}" tag: ${{ steps.vars.outputs.tag_name }} # TODO: can we automatically extract the changelog for this release? body: |