diff --git a/.build.yml b/.build.yml index d50e710..9f4b5f3 100644 --- a/.build.yml +++ b/.build.yml @@ -7,7 +7,7 @@ packages: - zip oauth: pages.sr.ht/PAGES:RW environment: - SITE: rabbits.srht.site + SITE: rabbits.srht.site/uxn SSH_HOST_KEYS: | [w1.uxn-build.ald.nu]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP+IYCB4JrKklFjWSMRkPBTqUjBqUuhlDQy6/X3l8xj5 [m1.uxn-build.ald.nu]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDvWVqlHh3XQ5ziEbT55K896/mW2BVDdkU6hWgIfU9md @@ -58,8 +58,6 @@ tasks: if [ "$(cd uxn && git rev-parse HEAD)" != "$(cd uxn && git rev-parse origin/main)" ]; then exit; fi ls -l out tar -czf out.tar.gz -C out . - mkdir empty - tar -czf out.tar.gz -C empty . acurl() { set +x curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}" diff --git a/README.md b/README.md index b7c6cc8..08b46da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An assembler and emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/si ## Download binaries -Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn-linux-amd64.tar.gz), [Windows](https://rabbits.srht.site/uxn-windows-64bit.zip) and [macOS](https://rabbits.srht.site/uxn-macos.tar.gz). +Binaries are available for 64-bit x86 computers running [Linux](https://rabbits.srht.site/uxn/uxn-linux-amd64.tar.gz), [Windows](https://rabbits.srht.site/uxn/uxn-windows-64bit.zip) and [macOS](https://rabbits.srht.site/uxn/uxn-macos.tar.gz). There's also a sampler pack of ROMs available as a [tarball](https://rabbits.srht.site/uxn/uxn-rompack.tar.gz) or a [zipfile](https://rabbits.srht.site/uxn/uxn-rompack.zip). ## Build