mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
removing datapack preparing
This commit is contained in:
12
.github/workflows/build-vcpkg.yml
vendored
12
.github/workflows/build-vcpkg.yml
vendored
@@ -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 }}
|
||||
if: contains( matrix.os, 'windows')
|
Reference in New Issue
Block a user