From 38715f602fcadf0fc5b59b6ff75745d30073b5fc Mon Sep 17 00:00:00 2001 From: STAM Date: Sun, 29 Sep 2024 17:04:47 +0300 Subject: [PATCH] asd --- .github/workflows/build-and-deploy.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 2d65531..20e5f1f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -34,17 +34,11 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Check current directory and files - run: | - echo "Current Directory: $(pwd)" - echo "Files in current directory:" - ls -Recurse - shell: pwsh - - name: Update version - run: dotnet script $(GITHUB_WORKSPACE)/src/UpdateVersion.csx + run: dotnet script "${{ github.WORKSPACE }}/src/UpdateVersion.csx" env: GITHUB_RUN_NUMBER: ${{ github.run_number }} + shell: pwsh - name: Build run: dotnet build --configuration ${{ matrix.configuration }} --verbosity minimal