Skip to content

Commit

Permalink
dafak
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Sep 29, 2024
1 parent 6b434df commit e8fec05
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
# - name: Setup .NET
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 8.x

- name: Restore dependencies
run: dotnet restore
Expand All @@ -42,8 +42,7 @@ jobs:
shell: pwsh

- name: Update version
run: dotnet script UpdateVersion.csx
working-directory: src
run: dotnet script $(GITHUB_WORKSPACE)/src/UpdateVersion.csx
env:
GITHUB_RUN_NUMBER: ${{ github.run_number }}

Expand Down

0 comments on commit e8fec05

Please sign in to comment.