Skip to content

Commit 642d41a

Browse files
committed
actions location
1 parent e3128eb commit 642d41a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,15 @@ jobs:
6464
run: |
6565
./scripts/osx/ci_install_core.sh
6666
67+
- name: List Repository Structure
68+
run: |
69+
echo "GITHUB_WORKSPACE is: $GITHUB_WORKSPACE"
70+
ls -lah $GITHUB_WORKSPACE
71+
6772
- name: build_cmdline.sh
6873
run: |
69-
./openFrameworks/apps/projectGenerator/scripts/osx/build_cmdline.sh
74+
cd ../openFrameworks
75+
./apps/projectGenerator/scripts/osx/build_cmdline.sh
7076
- name: Build PG macOS GUI and command line
7177
run: |
7278
# Move up one level to projectGenerator directory
@@ -129,7 +135,7 @@ jobs:
129135
with:
130136
token: ${{ secrets.GITHUB_TOKEN }}
131137
tag_name: ${{ env.RELEASE }}
132-
files: dist/projectGenerator-mac-arm64.zip
138+
files: projectGenerator-mac-arm64.zip
133139
- name: Update Release macOS
134140
if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding')
135141
uses: softprops/[email protected]

0 commit comments

Comments
 (0)