diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77c79f7..bb2f874 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 \ No newline at end of file