From a623f62baf64d8ced2905653a1b279f0b47d4815 Mon Sep 17 00:00:00 2001 From: Brandon H Date: Mon, 25 Apr 2022 13:30:37 -0700 Subject: [PATCH] Updating create-release step per GH warning --- .github/workflows/build-and-pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-pack.yaml b/.github/workflows/build-and-pack.yaml index 97f3158..08fabf8 100644 --- a/.github/workflows/build-and-pack.yaml +++ b/.github/workflows/build-and-pack.yaml @@ -83,7 +83,7 @@ jobs: - name: Publish GitHub release uses: ncipollo/release-action@v1 with: - artifact: "Filesorter_${{ env.APP_VERSION }}.zip" + artifacts: "Filesorter_${{ env.APP_VERSION }}.zip" artifactContentType: "application/zip" tag: ${{ env.APP_VERSION }} prerelease: ${{ github.ref != 'refs/heads/main'}}