change release action

nix
James Bradbury 4 years ago
parent c41a443ede
commit 0dbeb72e5c

@ -82,13 +82,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: package and upload - name: package and upload
uses: svenstaro/upload-release-action@v2 uses: softprops/action-gh-release@v1
with: with:
release_name: FluCoMa SuperCollider Nightly Build name: FluCoMa SuperCollider Nightly Release
prerelease: true
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 }}" 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 }} files: FluCoMa-SC-*.zip
file: FluCoMa-SC-*.zip prerelease: true
file_glob: true tag_name: nightly
tag: nightly draft: false
overwrite: true

Loading…
Cancel
Save