From a11e75220a8011158b2deab7440ff70d817bf234 Mon Sep 17 00:00:00 2001 From: Matty Stratton Date: Fri, 5 Jan 2024 13:47:44 -0600 Subject: [PATCH] zip file was incorrect in release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e3ae8e..8446ca6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,8 @@ jobs: - name: Upload Release uses: ncipollo/release-action@v1 with: - artifacts: "release/${{ steps.previoustag.outputs.tag }}.zip" + artifacts: "release/castanet-${{ steps.previoustag.outputs.tag }}.zip" generateReleaseNotes: true makeLatest: true tag: ${{ steps.previoustag.outputs.tag }} - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}