Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 authored May 11, 2020
1 parent efbf4f9 commit b29bd9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
cd $Env:GITHUB_WORKSPACE
nuget pack KlippaOCRAPI.nuspec -Version $Env:HEAD_TAG
nuget push *.nupkg -source https://www.nuget.org/
dotnet nuget push *.nupkg --source "github"
echo "::set-env name=NUGET_FILE::$(ls | grep Klippa.OCRAPI.Activities.*.nupkg)"
echo "::set-output name=NUGET_FILE::$(ls | grep Klippa.OCRAPI.Activities.*.nupkg)"
echo "::set-env name=NUGET_FILE::$(ls | grep -o Klippa.OCRAPI.Activities.*.nupkg)"
echo "::set-output name=NUGET_FILE::$(ls | grep -o Klippa.OCRAPI.Activities.*.nupkg)"
- name: Create Release
id: create_release
Expand Down

0 comments on commit b29bd9f

Please sign in to comment.