File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,10 @@ jobs:
45
45
uses : olegtarasov/get-tag@v2
46
46
47
47
- name : upload zipfile to release
48
- uses : benswift /upload-release-action@39ddc12
48
+ uses : svenstaro /upload-release-action@v1-release
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