Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 18, 2024
1 parent c42e32c commit 630ba36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,27 +213,27 @@ jobs:
working-directory: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app

- name: Remove Build Directory
uses: JesseTG/rm@v1.0.2
uses: K-Sillot/rm@master
with:
path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app/build

- name: Remove Kernel Directory for Linux
uses: JesseTG/rm@v1.0.2
uses: K-Sillot/rm@master
with:
path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app/kernel-linux

- name: Remove Kernel Directory for Windows
uses: JesseTG/rm@v1.0.2
uses: K-Sillot/rm@master
with:
path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app/kernel

# - name: Remove Kernel Directory for macOS
# uses: JesseTG/rm@v1.0.2
# uses: K-Sillot/rm@master
# with:
# path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app/kernel-darwin

# - name: Remove Kernel Directory for macOS ARM64
# uses: JesseTG/rm@v1.0.2
# uses: K-Sillot/rm@master
# with:
# path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name }}/app/kernel-darwin-arm64

Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
ndk-version: r25b
add-to-path: true
- name: Remove android Directory
uses: JesseTG/rm@v1.0.2
uses: K-Sillot/rm@master
if: contains( matrix.config.goos, 'windows')
with:
path: ${{ github.workspace }}/${{ matrix.string.repo_owner }}/${{ matrix.string.repo_name_android }}
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.29.22",
"version": "0.29.23",
"syv": "3.0.10",
"sypv": "[3.0.9]",
"description": "Build Your Eternal Digital Garden",
Expand Down

0 comments on commit 630ba36

Please sign in to comment.