Skip to content

Commit

Permalink
Refactor Mac copy scripts to parent before run
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored Mar 14, 2023
1 parent c37e1fb commit 8109e20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
with:
path: purple-hats

- name: Install Purple dependencies for MacOS
run: |
./scripts/install_purple_dependencies.command
working-directory: purple-hats

- name: Grant execute permissions for user
run: chmod ugo+rwx ./scripts/*.command ./scripts/*.sh
working-directory: purple-hats
Expand All @@ -64,6 +59,10 @@ jobs:
run: |
cp ./purple-hats/scripts/{*.command,*.sh} ${{ github.workspace }}
- name: Install Purple dependencies for MacOS
run: |
./install_purple_dependencies.command
- name: Zip entire Purple folder (Mac)
run: |
zip purple-hats-portable-mac.zip -y -r ./
Expand Down

0 comments on commit 8109e20

Please sign in to comment.