Skip to content

Commit

Permalink
Update and rename Deploy to Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis authored Jan 11, 2024
1 parent 13183d7 commit 26e5be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy → .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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
id: tag-version

0 comments on commit 26e5be5

Please sign in to comment.