Skip to content

Commit 3724bdb

Browse files
committed
github actions are ...
1 parent 4860034 commit 3724bdb

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/buildwithdocker.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,12 @@ jobs:
8686
id: "automatic_releases_tagged"
8787
- name: Release if prerelease
8888
if: ${{startsWith(github.ref, 'refs/heads/master')}}
89-
uses: "softprops/action-gh-release@v1"
89+
uses: "ncipollo/release-action@v1"
9090
with:
91-
tag_name: "latest" # we are tagging the github repo (origin)
91+
allowUpdates: true
92+
tag: "latest" # we are tagging the github repo (origin)
9293
prerelease: true
93-
generate_release_notes: true
94+
generateReleaseNotes: true
9495
name: "Development Build"
95-
files: |
96-
build/sdmon-arm64.tar.gz
97-
build/sdmon-armv7.tar.gz
98-
build/sdmon-armv6.tar.gz
96+
artifacts: "build/sdmon-arm64.tar.gz,build/sdmon-armv7.tar.gz,build/sdmon-armv6.tar.gz"
9997
id: "automatic_releases_not_tagged"

0 commit comments

Comments
 (0)