[F] Fix release artifacts

This commit is contained in:
Azalea Gui
2023-02-16 19:28:49 -05:00
parent fafb9f3228
commit e5f471428d
+3 -3
View File
@@ -54,10 +54,10 @@ jobs:
- name: Publish GitHub Release
if: contains(github.event.head_commit.message, 'Release') == false
uses: ncipollo/release-action@v1.8.6
uses: ncipollo/release-action@v1
with:
prerelease: true
bodyFile: ReleaseNotes.md
artifacts: "${{ env.BUILD_OUTPUT }}/*.zip"
tag: "v${{ env.VER }}-alpha"
artifacts: "../*.tar.zst"
tag: "v${{ env.VER }}-nightly"
token: ${{ secrets.GITHUB_TOKEN }}