Skip to content

Commit

Permalink
Path update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Sep 19, 2024
1 parent be1b3d7 commit a49fc0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Cleanup workspace
if: always()
shell: bash
run: rm -rf ${{ github.workspace }}/*
run: rm -rf .*

build:
needs: [unifyInputs, changes]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ jobs:
- name: Cleanup workspace
if: always()
shell: bash
run: rm -rf ${{ github.workspace }}/*
run: rm -rf .*
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Cleanup workspace
if: always()
shell: bash
run: rm -rf ${{ github.workspace }}/*
run: rm -rf .*
build:
needs: [unifyInputs, changes]
uses: ./.github/workflows/build_windows.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_oapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
- name: Cleanup workspace
if: always()
shell: bash
run: rm -rf ${{ github.workspace }}/*
run: rm -rf .*

0 comments on commit a49fc0f

Please sign in to comment.