From 0dbeb72e5c57cc62ac3a1fe9bd85e1d6e603f099 Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Wed, 26 Jan 2022 23:34:07 +0000 Subject: [PATCH] change release action --- .github/workflows/nightly.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 18f133e..5ffbd57 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -82,13 +82,11 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: package and upload - uses: svenstaro/upload-release-action@v2 + uses: softprops/action-gh-release@v1 with: - release_name: FluCoMa SuperCollider Nightly Build - prerelease: true + name: FluCoMa SuperCollider Nightly Release body: "This is a nightly build of the FluCoMa SuperCollider package. As such, be warned there may be bugs or other unexpected behaviour. The build hash is ${{ github.sha }}" - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: FluCoMa-SC-*.zip - file_glob: true - tag: nightly - overwrite: true + files: FluCoMa-SC-*.zip + prerelease: true + tag_name: nightly + draft: false