Dotnet-4
All checks were successful
First CI / build (push) Successful in 1m32s
First CI / test (push) Successful in 10s

This commit is contained in:
2025-11-21 11:54:52 +01:00
parent fd2200814f
commit e5d0e2c92d

View File

@@ -23,5 +23,5 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: app.tar name: app.tar
- run: tar xf app.tar/app.tar - run: tar xf app.tar app/
- run: ./app/app - run: ./app/app