|
@ -8,6 +8,9 @@ on: |
|
|
- v1.* |
|
|
- v1.* |
|
|
- v1.*.* |
|
|
- v1.*.* |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
contents: write |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
@ -27,6 +30,6 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
allowUpdates: true |
|
|
allowUpdates: true |
|
|
replaceArtifacts: false |
|
|
replacesArtifacts: false |
|
|
body: Fully automated release |
|
|
body: Fully automated release |
|
|
artifacts: "./build/distributions/openrndr-application-linux-x64.zip" |
|
|
artifacts: "./build/distributions/openrndr-application-linux-x64.zip" |
|
|