Skip to content

Commit 5578dbb

Browse files
author
Tobias Wellnitz, DH1TW
committed
ci: add gh release
1 parent 55dac18 commit 5578dbb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,15 @@ jobs:
258258
run: |
259259
RANDOM_DELAY=$(( ( RANDOM % 60 ) + 1 ))
260260
sleep $RANDOM_DELAY
261+
262+
# Finally upload the artifact to the corresponding release
263+
264+
- name: Create Release
265+
id: create_release
266+
uses: softprops/action-gh-release@v2
267+
with:
268+
name: Release ${{ env.VERSION_TAG }}
269+
draft: true
270+
prerelease: false
271+
files: |
272+
./remoteRotator-${{ env.VERSION_TAG }}-${{ matrix.OS }}-${{ matrix.ARCH }}.zip

0 commit comments

Comments
 (0)