mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 09:19:19 +02:00
removing datapack preparing
This commit is contained in:
parent
0f78727db5
commit
eb031e8584
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')
|
Loading…
x
Reference in New Issue
Block a user