Skip to content

Commit 26e5be5

Browse files
Update and rename Deploy to Deploy.yml
1 parent 13183d7 commit 26e5be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy renamed to .github/workflows/Deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Pack
3535
if: startsWith(github.ref, 'refs/tags/v')
36-
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget
36+
run: dotnet pack IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{ github.workspace }}/PackedNuget
3737

3838
- name: Upload Artifacts
3939
if: startsWith(github.ref, 'refs/tags/v')
@@ -62,4 +62,4 @@ jobs:
6262
$tagVersion = "${{ github.ref }}".substring(11)
6363
echo "::set-output name=TAG_VERSION::$tagVersion"
6464
dotnet nuget push IntelliTect.Analyzers.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
65-
id: tag-version
65+
id: tag-version

0 commit comments

Comments
 (0)