more play with build_release action.

This commit is contained in:
2026-06-30 18:43:16 +02:00
parent 81a0f4f8a2
commit e6a3425109
+2
View File
@@ -41,6 +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 }}:/app" -w /app rust:slim-trixie cargo build --release
- name: Upload Artifact