From eb031e8584360dbdf1800d1c7829d69bad46b934 Mon Sep 17 00:00:00 2001 From: slavidodo Date: Sat, 9 May 2020 08:54:02 +0200 Subject: [PATCH] removing datapack preparing --- .github/workflows/build-vcpkg.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build-vcpkg.yml b/.github/workflows/build-vcpkg.yml index de30c1c8..0c036379 100644 --- a/.github/workflows/build-vcpkg.yml +++ b/.github/workflows/build-vcpkg.yml @@ -130,14 +130,4 @@ jobs: with: name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }} path: ${{ runner.workspace }}/build/*.dll - if: contains( matrix.os, 'windows') - - - name: Prepare datapack contents - run: find . -maxdepth 1 ! -name data ! -name config.lua.dist ! -name key.pem ! -name LICENSE ! -name README.md ! -name schema.sql -exec rm -r {} \; - shell: bash - - - name: Upload datapack contents - uses: actions/upload-artifact@v2 - with: - name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }} - path: ${{ github.workspace }} \ No newline at end of file + if: contains( matrix.os, 'windows') \ No newline at end of file