Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Codes authored Mar 7, 2023
1 parent c82696b commit 2eff613
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:

- name: Checkout Submodules
uses: snickerbockers/submodules-init@v4

- name: ReplaceAll String Values Action
uses: prabhakarareddygaddam-mcd/[email protected]
- name: REplace version info
uses: Nambers/[email protected]
with:
files: './Anamnesis/VersionInfo.cs'
replacements: '2000, 01, 01, 00, 00, 00=${{ steps.build-time.outputs.formattedTime }}'
path: './Anamnesis/VersionInfo.cs'
oldString: '2000, 01, 01, 00, 00, 00'
newString: ${{ steps.build-time.outputs.formattedTime }}

- name: Install .NET
uses: actions/[email protected]
Expand Down

0 comments on commit 2eff613

Please sign in to comment.