diff --git a/.github/workflows/Deploy b/.github/workflows/Deploy.yml similarity index 88% rename from .github/workflows/Deploy rename to .github/workflows/Deploy.yml index ef0b5068..aefdec1f 100644 --- a/.github/workflows/Deploy +++ b/.github/workflows/Deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Pack if: startsWith(github.ref, 'refs/tags/v') - run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget + run: dotnet pack IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget - name: Upload Artifacts if: startsWith(github.ref, 'refs/tags/v') @@ -62,4 +62,4 @@ jobs: $tagVersion = "${{ github.ref }}".substring(11) echo "::set-output name=TAG_VERSION::$tagVersion" dotnet nuget push IntelliTect.Analyzers.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate - id: tag-version \ No newline at end of file + id: tag-version