Skip to content

Commit

Permalink
docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Antosiak committed Mar 11, 2024
1 parent 767ae09 commit ebb5a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: OcarambaLiteS${{ env.frameworkVersion }}
- run: Get-ChildItem -Path ${{ env.Agent.BuildDirectory }} -Recurse
- run: Get-ChildItem ./ -Recurse
- name: Push Nuget Package
run: dotnet custom push ${{ env.Agent.BuildDirectory }}\Ocaramba.${{ env.frameworkVersion }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ env.NuGetApiKey }}
if: (success() && startsWith(github.ref, 'refs/tags/'))
Expand Down

0 comments on commit ebb5a05

Please sign in to comment.