Fix GH actions
This commit is contained in:
parent
210df417b5
commit
8ba7db2300
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Install depends
|
||||
run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu
|
||||
- name: Make
|
||||
run: make dist-no-7z -j
|
||||
run: make dist-no-7z
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: dist
|
||||
|
4
Makefile
4
Makefile
@ -50,8 +50,8 @@ clean:
|
||||
|
||||
.PHONY: plugins
|
||||
plugins:
|
||||
make -C plugins/8.18 -j
|
||||
make -C plugins/amauth -j
|
||||
make -C plugins/8.18
|
||||
make -C plugins/amauth
|
||||
cd plugins/8.18-song-limit && cargo build --release --target x86_64-pc-windows-gnu
|
||||
cp plugins/8.18-song-limit/target/x86_64-pc-windows-gnu/release/song_limit_8_18.dll ${TARGET}
|
||||
strip ${TARGET}/*.dll
|
||||
|
Loading…
Reference in New Issue
Block a user