Skip to content

Commit bd69f87

Browse files
committed
switch back to svenstaro/upload-release-action
This reverts commit 3fb92e7.
1 parent e4daa9b commit bd69f87

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,10 @@ jobs:
4545
uses: olegtarasov/get-tag@v2
4646

4747
- name: upload zipfile to release
48-
uses: benswift/upload-release-action@39ddc12
48+
uses: svenstaro/upload-release-action@v1-release
4949
with:
5050
repo_token: ${{ secrets.EXTEMPORE_RELEASE_TOKEN }}
5151
file: build/extempore.zip
5252
asset_name: extempore-${{ steps.tag-name.outputs.tag }}-${{ matrix.os }}.zip
5353
tag: ${{ github.ref }}
5454
overwrite: true
55-
name: Extempore ${{ steps.tag-name.outputs.tag }} release
56-
body: >-
57-
Pre-built binary releases for Extempore
58-
${{steps.tag-name.outputs.tag }} for Windows, macOS and Linux (built
59-
on Ubuntu, on other distros ymmv).
60-
61-
To get started with Extempore, see
62-
<https://extemporelang.github.io/docs/overview/quickstart/>
63-

0 commit comments

Comments
 (0)