aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index aa269f5dd..317c8e322 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -37,9 +37,6 @@ jobs:
${{ github.workspace }}\.vcpkg\installed
key: ${{ runner.os }}-release-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-x64-v5
- - name: Clear build folder
- run: Remove-Item -Recurse build
-
- name: Bundle
run: |
xmake bundle -v -y
@@ -86,9 +83,6 @@ jobs:
${{ github.workspace }}/.vcpkg/installed
key: ${{ runner.os }}-release-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-x64-v5
- - name: Clear build folder
- run: rm -rf build
-
- name: Bundle
run: |
xmake bundle -v -y