Skip to content

Commit 8cb84fd

Browse files
committed
match new repo name
1 parent 587628a commit 8cb84fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-macos:
1010
name: Build on macOS
11-
if: github.repository == 'flucoma/ReaCoMa-3'
11+
if: github.repository == 'flucoma/ReaCoMa'
1212
runs-on: macos-latest
1313
steps:
1414
- name: Check out code
@@ -47,7 +47,7 @@ jobs:
4747

4848
build-windows:
4949
name: Build on Windows
50-
if: github.repository == 'flucoma/ReaCoMa-3'
50+
if: github.repository == 'flucoma/ReaCoMa'
5151
runs-on: windows-latest
5252
steps:
5353
- name: Check out code
@@ -83,7 +83,7 @@ jobs:
8383

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

0 commit comments

Comments
 (0)