mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +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:
|
with:
|
||||||
name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }}
|
name: otclient-${{ matrix.name }}-${{ matrix.buildtype }}-luajit=${{ matrix.luajit }}-${{ github.sha }}
|
||||||
path: ${{ runner.workspace }}/build/*.dll
|
path: ${{ runner.workspace }}/build/*.dll
|
||||||
if: contains( matrix.os, 'windows')
|
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 }}
|
|
Loading…
x
Reference in New Issue
Block a user