Skip to content

Commit

Permalink
updates to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin710 committed Nov 26, 2024
1 parent cbcd21b commit e81156b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-all-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
environment: RUNNER-MACOS
steps:
- name: remove existing clone
#working-directory: /Users/cfl/dev/emotibit/software/deploy/of_v0.11.2_osx_release/addons
working-directory: ${{ vars.ADDONS_DIR }}
run: |
pwd
Expand All @@ -28,7 +27,6 @@ jobs:
environment: RUNNER-MACOS
steps:
- name: build using xcode
#working-directory: /Users/cfl/dev/emotibit/software/deploy/of_v0.11.2_osx_release/addons/ofxEmotiBit
working-directory: ${{ vars.OFXEMOTIBIT_DIR }}
run: |
echo "current working directory" && pwd
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/upload-build-artifact-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
environment: RUNNER-MACOS
steps:
- name: create stage-release
#working-directory: /Users/cfl/dev/emotibit/software/deploy/of_v0.11.2_osx_release/addons/ofxEmotiBit
working-directory: ${{ vars.OFXEMOTIBIT_DIR }}
run: mkdir -p stageRelease/EmotiBitSoftware-macos
- name: populate stage release
#working-directory: /Users/cfl/dev/emotibit/software/deploy/of_v0.11.2_osx_release/addons/ofxEmotiBit
working-directory: ${{ vars.OFXEMOTIBIT_DIR }}
run: |
mv EmotiBitOscilloscope/bin/EmotiBitOscilloscope.app stageRelease/EmotiBitSoftware-macos
Expand Down

0 comments on commit e81156b

Please sign in to comment.