Skip to content

Commit

Permalink
Update create-github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy authored Dec 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0995b3f commit 8b3cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
id: package_version
uses: KageKirin/get-csproj-version@v0
with:
file: ${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj
file: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj

- name: Checkout repository
uses: actions/checkout@v4

0 comments on commit 8b3cdab

Please sign in to comment.