Skip to content

Commit

Permalink
zip file was incorrect in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton authored Jan 5, 2024
1 parent 0728269 commit a11e752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a11e752

Please sign in to comment.