We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c4829 commit 69e0b1fCopy full SHA for 69e0b1f
1 file changed
.github/workflows/deploy-release.yaml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
build-macos:
14
name: Build on macOS
15
- if: github.repository == 'flucoma/ReaCoMa-3'
+ if: github.repository == 'flucoma/ReaCoMa'
16
runs-on: macos-latest
17
steps:
18
- name: Check out code
@@ -51,7 +51,7 @@ jobs:
51
52
build-windows:
53
name: Build on Windows
54
55
runs-on: windows-latest
56
57
@@ -87,7 +87,7 @@ jobs:
87
88
release:
89
name: Create GitHub Release
90
91
runs-on: ubuntu-latest
92
needs: [build-macos, build-windows]
93
0 commit comments