Skip to content

Commit

Permalink
Try and put zip in location for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetemple authored Jul 12, 2023
1 parent 0c336d7 commit ed889c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: dotnet publish --configuration release
- name: Zip
run: |
pwd
cd /home/runner/work/Image-Resizer-Azure-Function/Image-Resizer-Azure-Function/src/ImageResizerFunction/bin/Release/net6.0/publish/
zip -r /home/runner/work/Image-Resizer-Azure-Function-${{ github.ref_name }}.zip .
zip -r /home/runner/work/Image-Resizer-Azure-Function/Image-Resizer-Azure-Function/Image-Resizer-Azure-Function-${{ github.ref_name }}.zip .
cd /home/runner/work/Image-Resizer-Azure-Function/Image-Resizer-Azure-Function
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit ed889c1

Please sign in to comment.