Skip to content

Commit

Permalink
Another attempt at fixing the nest path in zip release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbiggred committed Aug 3, 2023
1 parent c263ce4 commit 7fb0c26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload fat Binary to GitHub Release
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
run: |
cd Release-fat
zip -r BEMCheckBox-v${{ steps.gitversion.outputs.majorMinorPatch }}.framework.zip BEMCheckBox.framework/.
echo "Listing: Release-fat" && ls -la
cd Release-fat/BEMCheckBox.framework
zip -r BEMCheckBox-v${{ steps.gitversion.outputs.majorMinorPatch }}.framework.zip .
echo "Listing: Release-fat/BEMCheckbox.framework" && ls -la
dotnet gitreleasemanager addasset --token ${{ secrets.GITHUB_TOKEN }} --owner ${{ github.repository_owner }} --repository ${{ github.event.repository.name }} --tagName v${{ steps.gitversion.outputs.majorMinorPatch }} --assets BEMCheckBox-v${{ steps.gitversion.outputs.majorMinorPatch }}.framework.zip

0 comments on commit 7fb0c26

Please sign in to comment.