File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,19 @@ jobs:
45
45
uses : olegtarasov/get-tag@v2
46
46
47
47
- name : upload zipfile to release
48
- uses : svenstaro /upload-release-action@v1-release
48
+ uses : benswift /upload-release-action@39ddc12
49
49
with :
50
50
repo_token : ${{ secrets.EXTEMPORE_RELEASE_TOKEN }}
51
51
file : build/extempore.zip
52
52
asset_name : extempore-${{ steps.tag-name.outputs.tag }}-${{ matrix.os }}.zip
53
53
tag : ${{ github.ref }}
54
54
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
+
You can’t perform that action at this time.
0 commit comments