Skip to content

Commit

Permalink
fix bundle script removed by cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleBlanchette committed May 4, 2024
1 parent af961ff commit 98d035d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ jobs:
with:
submodules: recursive

- name: Build
- name: Build - Install
shell: bash
run: |
./build_install.sh
./build_cleanup.sh
run: ./build_install.sh

- name: Bundle Package
shell: bash
run: ./bundle.sh

- name: Build - Cleanup
shell: bash
run: ./build_cleanup.sh

- name: Upload ZIP File
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 98d035d

Please sign in to comment.