Skip to content

Commit

Permalink
🐛 fix release version information
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Aug 27, 2023
1 parent c56e472 commit cfe5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: nuget restore 2LCS/2LCS.csproj

- name: Build
run: msbuild 2LCS/2LCS.csproj /p:Configuration=Release /p:Version=${{ github.event.release.id }}
run: msbuild 2LCS/2LCS.csproj /p:Configuration=Release /p:Version=${{ github.event.release.name }}

- name: Upload 2LCS_${{ github.event.release.tag_name }} .zip
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cfe5671

Please sign in to comment.