Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Another attempt to fix version file
  • Loading branch information
enusbaum authored Nov 12, 2023
1 parent d9c20d7 commit 2c6e5ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Write File

- name: Write Version File
uses: DamianReeves/write-file-action@master
with:
path: MBBSEmu/Assets/version.txt
contents: ${{ env.BUILD_VERSION }}
contents: $env.BUILD_VERSION
write-mode: overwrite

- name: Build
Expand Down

0 comments on commit 2c6e5ca

Please sign in to comment.