mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-24 03:32:23 +01:00
maybe i should stop naming my commits like this but im tired
This commit is contained in:
parent
fa64ce7510
commit
e694afe74e
2 changed files with 10 additions and 18 deletions
15
.github/workflows/canary.yml
vendored
15
.github/workflows/canary.yml
vendored
|
@ -50,6 +50,11 @@ jobs:
|
||||||
sha: context.sha
|
sha: context.sha
|
||||||
})
|
})
|
||||||
|
|
||||||
|
- name: Check if canary or not
|
||||||
|
run: |
|
||||||
|
echo $CANARY
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
@ -61,16 +66,6 @@ jobs:
|
||||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
canary:
|
|
||||||
name: Check if canary or not
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Check if canary or not
|
|
||||||
id: is_canary
|
|
||||||
run: |
|
|
||||||
echo $CANARY
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Release for ${{ matrix.platform.name }}
|
name: Release for ${{ matrix.platform.name }}
|
||||||
runs-on: ${{ matrix.platform.os }}
|
runs-on: ${{ matrix.platform.os }}
|
||||||
|
|
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
@ -49,6 +49,11 @@ jobs:
|
||||||
sha: context.sha
|
sha: context.sha
|
||||||
})
|
})
|
||||||
|
|
||||||
|
- name: Check if canary or not
|
||||||
|
run: |
|
||||||
|
echo $CANARY
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
@ -60,14 +65,6 @@ jobs:
|
||||||
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
canary:
|
|
||||||
name: Check if canary or not
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
run: |
|
|
||||||
echo $CANARY
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Release for ${{ matrix.platform.name }}
|
name: Release for ${{ matrix.platform.name }}
|
||||||
runs-on: ${{ matrix.platform.os }}
|
runs-on: ${{ matrix.platform.os }}
|
||||||
|
|
Loading…
Reference in a new issue