Skip to content

Commit

Permalink
Update push-to-myget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 authored Sep 30, 2021
1 parent f82312f commit bffe776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-myget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
cd build
.\build.ps1
nuget pack build-for-myget.nuspec -version 3.3.8-beta.${env:GITHUB_RUN_NUMBER}
nuget pack build-for-myget.nuspec -version 3.3.9-beta.${env:GITHUB_RUN_NUMBER}
$nupkgName = @(gci *.nupkg)[0].Name
$mygetSourcePath = "https://www.myget.org/F/handycontrols"
nuget setApiKey ${{ secrets.NIGHTLYBUILD }} -Source $mygetSourcePath
Expand Down

0 comments on commit bffe776

Please sign in to comment.