Skip to content

Commit 6bcdaa2

Browse files
committed
Testing a new artifacts publishing action
1 parent 8b4c8ec commit 6bcdaa2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ jobs:
5454
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
5555
-
5656
name: Release built binaries
57-
uses: AButler/[email protected]
57+
uses: xresloader/upload-to-github-release@v1
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5860
with:
59-
repo-token: ${{ secrets.GITHUB_TOKEN }}
6061
files: build/*
61-
release-tag: ${{ steps.get_version.outputs.VERSION }}
62+
tags: true
63+
draft: false

0 commit comments

Comments
 (0)