There was an error while loading. Please reload this page.
2 parents 3f21334 + 55ca645 commit c774d68Copy full SHA for c774d68
1 file changed
.github/workflows/release.yml
@@ -66,10 +66,10 @@ jobs:
66
run: dotnet restore ExpressionEngine.sln
67
68
- name: Package Parser
69
- run: dotnet pack -c Release -p:PackageVersion=${env:RELEASE_VERSION} -o ../artifacts
+ run: dotnet pack -c Release -p:PackageVersion=${env:RELEASE_VERSION} -o ./artifacts
70
if: ${{ env.RELEASE_VERSION }}
71
72
- - name: Release to GitHub
+ - name: Release to GitHub and NuGet
73
working-directory: .\\.github\\workflows
74
env:
75
CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }}
0 commit comments