Skip to content

Commit 0021623

Browse files
committed
action fix
1 parent 393f8e2 commit 0021623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
- name: Test cmdline
120120
run: ../openFrameworks/apps/projectGenerator/scripts/osx/test_cmdline.sh
121121

122-
- name: Update Release macOS
122+
- name: Update Release macOS-arm64
123123
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
124124
uses: softprops/[email protected]
125125
with:
126126
token: ${{ secrets.GITHUB_TOKEN }}
127127
tag_name: ${{ env.RELEASE }}
128128
files: dist/projectGenerator-mac-arm64.zip
129-
- name: Update Release macOS
129+
- name: Update Release macOS
130130
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
131131
uses: softprops/[email protected]
132132
with:

0 commit comments

Comments
 (0)