Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Hoping to fix version.txt output
  • Loading branch information
enusbaum authored Nov 12, 2023
1 parent fd7bf2e commit d9c20d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: DamianReeves/write-file-action@master
with:
path: MBBSEmu/Assets/version.txt
contents: $BUILD_VERSION
contents: ${{ env.BUILD_VERSION }}
write-mode: overwrite

- name: Build
Expand Down

0 comments on commit d9c20d7

Please sign in to comment.