diff --git a/.github/workflows/create-github-release.yml b/.github/workflows/create-github-release.yml index ab5543b..d226ca7 100644 --- a/.github/workflows/create-github-release.yml +++ b/.github/workflows/create-github-release.yml @@ -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