Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Jul 23, 2023
1 parent 9949fe1 commit e475d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Prepare environment variables
run: |
echo "SHORT_SHA=$("${{ github.sha }}" | cut -c1-8)" >> $env:GITHUB_ENV
echo "APP_VERSION=$(((Get-Content core\Version.cs) -Match '"(.+)"').Trim('"', ' '))" >> $env:GITHUB_ENV
echo "APP_VERSION=$(((Get-Content loader\Version.cs) -Match '"(.+)"').Trim('"', ' '))" >> $env:GITHUB_ENV
- name: Update project files
run: |
Expand Down

0 comments on commit e475d36

Please sign in to comment.