fix
Some checks failed
Build and Push Image / Release (push) Failing after 3m19s

This commit is contained in:
syui 2024-03-05 23:14:13 +09:00
parent e4492680bb
commit dc50b0ba6c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -29,8 +29,7 @@ jobs:
- name: prepare release
run: |
mkdir out
cd out
curl -sLO https://github.com/syui/aios/releases/download/latest/aios-bootstrap.tar.gz
curl -sL https://github.com/syui/aios/releases/download/latest/aios-bootstrap.tar.gz -o out/aios-bootstrap.tar.gz
- name: release
id: use-go-action
uses: https://gitea.com/actions/release-action@main