We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587628a commit 8cb84fdCopy full SHA for 8cb84fd
.github/workflows/deploy-release.yaml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-macos:
10
name: Build on macOS
11
- if: github.repository == 'flucoma/ReaCoMa-3'
+ if: github.repository == 'flucoma/ReaCoMa'
12
runs-on: macos-latest
13
steps:
14
- name: Check out code
@@ -47,7 +47,7 @@ jobs:
47
48
build-windows:
49
name: Build on Windows
50
51
runs-on: windows-latest
52
53
@@ -83,7 +83,7 @@ jobs:
83
84
release:
85
name: Create GitHub Release
86
87
runs-on: ubuntu-latest
88
needs: [build-macos, build-windows]
89
0 commit comments