From 4d01705527fe34a0baef2540474698c279eabb273212d992b5b0e3cd3bd89aa6 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 30 Jun 2026 18:45:43 +0200 Subject: [PATCH] more play with build_release action. --- .gitea/workflows/build_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_release.yaml b/.gitea/workflows/build_release.yaml index d824d0c..350de6d 100644 --- a/.gitea/workflows/build_release.yaml +++ b/.gitea/workflows/build_release.yaml @@ -41,8 +41,8 @@ jobs: - name: Build with Rust Docker Image run: | - docker run --rm -v "${{ github.workspace }}:/" -w / rust:latest ls -la - docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:latest ls -la + docker run --rm -v "${{ github.workspace }}:/nyanit" -w /nyanit rust:slim-trixie ls -la + docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:slim-trixie ls -la docker run --rm -v "${{ github.workspace }}:/app" -w /app rust:slim-trixie cargo build --release - name: Upload Artifact