Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Dec 19, 2024
1 parent f03280c commit 7a429ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
check-tag:
name: Check Release Tag
if: github.repository_owner == 'obsproject'
if: github.repository_owner == 'GeorgesStavracas'
runs-on: ubuntu-24.04
outputs:
validTag: ${{ steps.check.outputs.validTag }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
flatpak-publish:
name: Flathub 📦
needs: check-tag
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
if: github.repository_owner == 'GeorgesStavracas' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: ubuntu-24.04
defaults:
run:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
steam-upload:
name: Upload Steam Builds 🚂
needs: check-tag
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
if: github.repository_owner == 'GeorgesStavracas' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: macos-14
steps:
- uses: actions/checkout@v4
Expand All @@ -178,7 +178,7 @@ jobs:
windows-patches:
name: Create Windows Patches 🩹
needs: check-tag
if: github.repository_owner == 'obsproject' && fromJSON(needs.check-tag.outputs.validTag)
if: github.repository_owner == 'GeorgesStavracas' && fromJSON(needs.check-tag.outputs.validTag)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a429ae

Please sign in to comment.