We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697426 commit 5900f76Copy full SHA for 5900f76
.github/workflows/nuget.yml
@@ -4,14 +4,21 @@ on:
4
branches:
5
- main
6
jobs:
7
- build:
8
- name: Publish on Nuget
9
- runs-on: windows-latest
+ publish:
+ name: build, pack & publish
+ runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
+
13
+ # - name: Setup dotnet
14
+ # uses: actions/setup-dotnet@v1
15
+ # with:
16
+ # dotnet-version: 6.0.0
17
18
+ # Publish
19
- name: publish on version change
20
id: publish_nuget
- uses: brandedoutcast/publish-nuget@v2
21
+ uses: alirezanet/publish-nuget@v3.0.0
22
with:
23
# Filepath of the project to be packaged, relative to root of repository
24
PROJECT_FILE_PATH: CSharpDiff/CSharpDiff.csproj
0 commit comments