Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent e8fec05 commit 38715f6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38715f6

Please sign in to comment.