|
|
|
|
@ -36,6 +36,17 @@ jobs:
|
|
|
|
|
name: devilutionx-rg350.opk.zip |
|
|
|
|
path: build-rg350/devilutionx-rg350.opk |
|
|
|
|
|
|
|
|
|
- name: Update Release |
|
|
|
|
if: startsWith(github.ref, 'refs/tags/') && ${{ !env.ACT }} |
|
|
|
|
uses: ncipollo/release-action@v1 |
|
|
|
|
with: |
|
|
|
|
artifacts: "build-rg350/devilutionx-rg350.opk" |
|
|
|
|
allowUpdates: true |
|
|
|
|
omitBody: true |
|
|
|
|
omitName: true |
|
|
|
|
omitPrereleaseDuringUpdate: true |
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
|
|
lepus: |
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
steps: |
|
|
|
|
@ -65,3 +76,14 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
name: devilutionx-lepus.opk.zip |
|
|
|
|
path: build-lepus/devilutionx-lepus.opk |
|
|
|
|
|
|
|
|
|
- name: Update Release |
|
|
|
|
if: startsWith(github.ref, 'refs/tags/') && ${{ !env.ACT }} |
|
|
|
|
uses: ncipollo/release-action@v1 |
|
|
|
|
with: |
|
|
|
|
artifacts: "build-lepus/devilutionx-lepus.opk" |
|
|
|
|
allowUpdates: true |
|
|
|
|
omitBody: true |
|
|
|
|
omitName: true |
|
|
|
|
omitPrereleaseDuringUpdate: true |
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|