mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
adds missing "
This commit is contained in:
parent
4739356e68
commit
090cf671e5
2 changed files with 1 additions and 13 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Add nuget.exe
|
||||
uses: nuget/setup-nuget@v1
|
||||
- name: Create nuget package
|
||||
run: nuget pack "./Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec -version ${{ env.VERSION }}
|
||||
run: nuget pack "./Pepperdash Core/Pepperdash Core/PepperDash_Core.nuspec" -version ${{ env.VERSION }}
|
||||
# Zip up the output files as needed
|
||||
- name: Zip Build Output
|
||||
shell: powershell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue