reorganize
This commit is contained in:
@@ -44,22 +44,18 @@ jobs:
|
||||
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
cd s8n-runtime
|
||||
dotnet restore
|
||||
|
||||
- name: Build project
|
||||
run: |
|
||||
cd s8n-runtime
|
||||
dotnet build --no-restore -c Release
|
||||
|
||||
- name: Pack NuGet package
|
||||
run: |
|
||||
cd s8n-runtime
|
||||
dotnet pack --no-build -c Release -o ./nupkg
|
||||
|
||||
- name: Push to Gitea NuGet feed
|
||||
run: |
|
||||
cd s8n-runtime
|
||||
dotnet nuget push ./nupkg/*.nupkg \
|
||||
--api-key ${{ secrets.GITEANUGETTOKEN }} \
|
||||
--source https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json \
|
||||
|
||||
Reference in New Issue
Block a user