Skip to content

Commit 69e0b1f

Browse files
committed
match new repo name
1 parent 59c4829 commit 69e0b1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
build-macos:
1414
name: Build on macOS
15-
if: github.repository == 'flucoma/ReaCoMa-3'
15+
if: github.repository == 'flucoma/ReaCoMa'
1616
runs-on: macos-latest
1717
steps:
1818
- name: Check out code
@@ -51,7 +51,7 @@ jobs:
5151

5252
build-windows:
5353
name: Build on Windows
54-
if: github.repository == 'flucoma/ReaCoMa-3'
54+
if: github.repository == 'flucoma/ReaCoMa'
5555
runs-on: windows-latest
5656
steps:
5757
- name: Check out code
@@ -87,7 +87,7 @@ jobs:
8787

8888
release:
8989
name: Create GitHub Release
90-
if: github.repository == 'flucoma/ReaCoMa-3'
90+
if: github.repository == 'flucoma/ReaCoMa'
9191
runs-on: ubuntu-latest
9292
needs: [build-macos, build-windows]
9393
steps:

0 commit comments

Comments
 (0)