use rust latest image
Some checks failed
Backend Actions / check (push) Successful in 14s
Backend Actions / build (push) Successful in 26s
Backend Actions / test (push) Successful in 37s
Backend Actions / package (push) Failing after 1m23s

This commit is contained in:
2025-07-25 14:13:22 +01:00
parent 7fcae49700
commit bec8abfe47

View File

@ -7,7 +7,7 @@ on: [push]
jobs:
package:
runs-on: rust-webapp
runs-on: rust-latest
steps:
- run: echo ${{ github.ref }}
- uses: actions/checkout@v4
@ -40,7 +40,7 @@ jobs:
- name: Upload Package
run: |
curl -X PUT \
-H 'Authorization: token ${{ secrets.PACKAGE_API_KEY }}'
--upload-file package.tar.zst \
https://git.molloy.xyz/api/packages/fergus-molloy/generic/nuchat/0.0.2/nuchat.tar.zst
-H 'Authorization: token ${{ secrets.PACKAGE_API_KEY }}' \
--upload-file package.tar.zst \
'https://git.molloy.xyz/api/packages/fergus-molloy/generic/nuchat/0.0.2/nuchat.tar.zst'