use rust latest image
This commit is contained in:
@ -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 \
|
||||
-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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user