mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 02:48:03 +08:00
Update build.yml
This commit is contained in:
parent
74552140a8
commit
7d1a0eb00c
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -10,6 +10,12 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: build
|
||||
shell: pwsh
|
||||
run: |
|
||||
cd build
|
||||
powershell .\build.ps1
|
||||
.\build.ps1
|
||||
tools\nuget pack build build-for-myget.nuspec
|
||||
$nupkgName = @(gci *.nupkg)[0].Name
|
||||
$mygetSourcePath = "https://www.myget.org/F/handycontrol"
|
||||
tools\nuget setApiKey ${{ secrets.MYGETTOKEN }} -Source $mygetSourcePath
|
||||
tools\nuget push $nupkgName -Source $mygetSourcePath
|
||||
|
Loading…
Reference in New Issue
Block a user