Skip to content

Commit 3fb92e7

Browse files
committed
switch to benswift fork of upload-release-action
1 parent 2f9a0b3 commit 3fb92e7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release-binary.yml

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

4747
- name: upload zipfile to release
48-
uses: svenstaro/upload-release-action@v1-release
48+
uses: benswift/upload-release-action@39ddc12
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)