Skip to content

Commit

Permalink
maybe i should stop naming my commits like this but im tired
Browse files Browse the repository at this point in the history
  • Loading branch information
GabCoolDude committed Nov 21, 2024
1 parent fa64ce7 commit e694afe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
sha: context.sha
})
- name: Check if canary or not
run: |
echo $CANARY
shell: bash

- name: Create release
uses: ncipollo/release-action@v1
with:
Expand All @@ -61,16 +66,6 @@ jobs:
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
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:
name: Release for ${{ matrix.platform.name }}
runs-on: ${{ matrix.platform.os }}
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
ref: 'refs/tags/${{ steps.version_info.outputs.build_version }}',
sha: context.sha
})
- name: Check if canary or not
run: |
echo $CANARY
shell: bash

- name: Create release
uses: ncipollo/release-action@v1
Expand All @@ -60,14 +65,6 @@ jobs:
repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }}
token: ${{ secrets.RELEASE_TOKEN }}

canary:
name: Check if canary or not
runs-on: ubuntu-20.04
steps:
run: |
echo $CANARY
shell: bash

release:
name: Release for ${{ matrix.platform.name }}
runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit e694afe

Please sign in to comment.