build: attempt to create release from a Docker container (#6)
All checks were successful
Build / build-linux (push) Successful in 1m4s

This commit is contained in:
2024-06-18 17:17:38 +00:00
parent f99ccffeab
commit ac617ef014
2 changed files with 12 additions and 2 deletions

View File

@ -14,8 +14,14 @@ jobs:
lfs: false
- name: Create release
run: |
./.gitea/scripts/ci.sh
uses: addnab/docker-run-action@v3
with:
image: ubuntu:noble
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
export TZ=America/Los_Angeles
./.gitea/scripts/ci.sh
- name: Upload release
uses: actions/upload-artifact@v3