Fix3 Dotnet CI
Some checks failed
First CI / test (push) Failing after 8s
First CI / build (push) Successful in 1m25s

This commit is contained in:
Artsiom 2024-11-22 14:25:19 +01:00
parent db76151539
commit dfc82f41b4

View File

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