change ci yaml file for ex 4 fix 3
Some checks failed
First CI / build (push) Failing after 25s
First CI / test (push) Has been skipped

This commit is contained in:
Mateusz Kozieł
2025-11-20 17:11:39 +02:00
parent 3aa5fe5973
commit e0d6fada0e

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v3a
with:
dotnet-version: '8.0.x'
- run: dotnet restore
@@ -26,6 +26,6 @@ jobs:
with:
name: app.tar
path: .
- run: tar xf app.tar/app.tar
- run: tar xf app/app.tar
- run: chmod +x ./app/app
- run: ./app/app