From 96c87b0d15b1a1fa8ecacfffeadf27e1dff9ecd3 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Mon, 18 Apr 2022 13:54:37 +1200 Subject: [PATCH] CAN THE WORKFLOW JUST WORK --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cda56b..47cbe80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,8 +109,9 @@ jobs: chmod 644 -R /mnt/fucking-windows/Debian64 chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd chmod 755 -R /mnt/fucking-windows/Debian64/DEBIAN + mkdir debpackage dpkg-deb --build /mnt/fucking-windows/Debian64 - + mv Debian64.deb debpackage/HISP.deb # - name: Build android-arm # continue-on-error: false # run: | @@ -191,7 +192,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: HISP-DebianPackage - path: HorseIsleServer/Debian64.deb + path: HorseIsleServer/debpackage # - name: Upload android-arm