Skip to content

Commit 89907a1

Browse files
authored
Use gh action that can update existing releases (#1632)
1 parent 8dcb9c5 commit 89907a1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ jobs:
1919
run: echo "SHARRY_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV
2020
- name: sbt make-pkg (${{ env.SHARRY_VERSION }})
2121
run: nix develop .#ci --command sbt make-pkg
22-
- uses: meeDamian/[email protected]
22+
- name: Upload artifacts
23+
uses: softprops/action-gh-release@v2
2324
with:
2425
token: ${{ secrets.GITHUB_TOKEN }}
2526
name: Sharry ${{ env.SHARRY_VERSION }}
26-
gzip: false
27-
draft: true
28-
prerelease: false
29-
allow_override: false
30-
files: >
27+
files: |
3128
modules/restserver/target/sharry-restserver_${{ env.SHARRY_VERSION }}_all.deb
3229
modules/restserver/target/universal/sharry-restserver-${{ env.SHARRY_VERSION }}.zip

0 commit comments

Comments
 (0)