1
0
mirror of synced 2024-11-23 22:51:02 +01:00

Fix GH actions

This commit is contained in:
BroGamer 2022-10-17 05:38:40 +13:00
parent 210df417b5
commit 8ba7db2300
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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