Skip to content

Commit

Permalink
Try again to fix the the double nesting for the GitHub Release artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbiggred committed Aug 3, 2023
1 parent 9f09d5c commit c263ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
# 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/*
zip -r BEMCheckBox-v${{ steps.gitversion.outputs.majorMinorPatch }}.framework.zip BEMCheckBox.framework/.
echo "Listing: Release-fat" && 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 c263ce4

Please sign in to comment.