Skip to content

Commit

Permalink
switch back to svenstaro/upload-release-action
Browse files Browse the repository at this point in the history
This reverts commit 3fb92e7.
  • Loading branch information
benswift committed May 29, 2020
1 parent e4daa9b commit bd69f87
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,10 @@ jobs:
uses: olegtarasov/get-tag@v2

- name: upload zipfile to release
uses: benswift/upload-release-action@39ddc12
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.EXTEMPORE_RELEASE_TOKEN }}
file: build/extempore.zip
asset_name: extempore-${{ steps.tag-name.outputs.tag }}-${{ matrix.os }}.zip
tag: ${{ github.ref }}
overwrite: true
name: Extempore ${{ steps.tag-name.outputs.tag }} release
body: >-
Pre-built binary releases for Extempore
${{steps.tag-name.outputs.tag }} for Windows, macOS and Linux (built
on Ubuntu, on other distros ymmv).
To get started with Extempore, see
<https://extemporelang.github.io/docs/overview/quickstart/>

0 comments on commit bd69f87

Please sign in to comment.