Skip to content

Commit

Permalink
Update zip to create a zero subfolder zip package
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-foulkrod committed May 15, 2024
1 parent d9865ed commit cb36456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: dotnet publish
run: |
dotnet publish ./src/Web/Web.csproj -c Release -o ${{env.DOTNET_ROOT}}/myapp
cd ${{env.DOTNET_ROOT}}
zip -r ./app.zip myapp
cd ${{env.DOTNET_ROOT}}/myapp
zip -r ../app.zip .
# upload the published website code artifacts
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cb36456

Please sign in to comment.