mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
CAN THE WORKFLOW JUST WORK
This commit is contained in:
parent
70452d9ee5
commit
00302f3d77
2 changed files with 7 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
continue-on-error: false
|
||||
shell: wsl-bash -u root {0}
|
||||
run: |
|
||||
apt install -y dos2unix
|
||||
mkdir /mnt/fucking-windows
|
||||
mount -t tmpfs -o size=800M tmpfs /mnt/fucking-windows
|
||||
mkdir /mnt/fucking-windows/Debian64
|
||||
|
@ -62,6 +63,10 @@ jobs:
|
|||
cp HISPd/bin/x64/Linux/net7.0/linux-x64/publish/HI1.MAP /mnt/fucking-windows/Debian64/etc/hisp/HI1.MAP
|
||||
cp HISPd/bin/x64/Linux/net7.0/linux-x64/publish/HISPd /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
||||
chmod +x /mnt/fucking-windows/Debian64/usr/bin/HISPd
|
||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/conffiles
|
||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/control
|
||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postinst
|
||||
dos2unix /mnt/fucking-windows/Debian64/DEBIAN/postrm
|
||||
dpkg-deb --build /mnt/fucking-windows/Debian64
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/etc/hisp/server.properties
|
||||
/etc/hisp/CrossDomainPolicy.xml
|
||||
/etc/hisp/server.properties
|
||||
/etc/hisp/CrossDomainPolicy.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue