Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Oct 15, 2024
1 parent 1f711c1 commit 70970eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
10 changes: 0 additions & 10 deletions .github/scripts/toolchain/pack-mock.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .github/scripts/toolchain/pack-runtime-mock.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,6 @@ jobs:
run: |
.github/scripts/toolchain/pack-runtime.sh
- name: Pack toolchain mock
if: ${{ steps.cache-toolchain.outputs.cache-hit != 'true' && env.PACK_TOOLCHAIN != 'true' }}
run: |
.github/scripts/toolchain/pack-mock.sh
- name: Pack runtime mock
if: ${{ steps.cache-toolchain.outputs.cache-hit != 'true' && env.PACK_TOOLCHAIN != 'true' }}
run: |
.github/scripts/toolchain/pack-runtime-mock.sh
- name: Upload build folder
if: ${{ steps.cache-toolchain.outputs.cache-hit != 'true' && failure() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 70970eb

Please sign in to comment.