Skip to content

Commit

Permalink
fix: workflow remove directory issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Apr 19, 2024
1 parent 0c8091f commit 746561d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Remove File
uses: JesseTG/[email protected]
with:
path: ttarget/${{ matrix.target }}/release/build
path: target/${{ matrix.target }}/release/build
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Remove File
uses: JesseTG/[email protected]
with:
path: ttarget/${{ matrix.target }}/release/build
path: target/${{ matrix.target }}/release/build
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Remove File
uses: JesseTG/[email protected]
with:
path: ttarget/${{ matrix.target }}/release/build
path: target/${{ matrix.target }}/release/build
- name: Remove File
uses: JesseTG/[email protected]
with:
Expand Down

0 comments on commit 746561d

Please sign in to comment.