aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-26 00:29:47 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 00:35:51 +0200
commit841f2be52cdde46f4614dc8d7225f54a68a641e0 (patch)
tree9d71b5689be93c3af83f7b8442b52c14047fb923 /.github/workflows
parentclear build folder with Powershell - temp disable validate (diff)
downloadzen-841f2be52cdde46f4614dc8d7225f54a68a641e0.tar.xz
zen-841f2be52cdde46f4614dc8d7225f54a68a641e0.zip
remove clear build folder
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