Skip to content

Commit

Permalink
archive without folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Jan 13, 2020
1 parent 84f217d commit 89a9c44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lona-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ jobs:
working-directory: ./.lona-pod

- name: Archive pod
run: zip -r ./.lona-pod-archive.zip ./.lona-pod/${{ steps.variables.outputs.repo_name }}
run: zip -r ../lona-pod-archive.zip *
working-directory: ./.lona-pod/${{ steps.variables.outputs.repo_name }}

- name: Publish the podspec to the GitHub release
uses: actions/upload-release-asset@master
Expand All @@ -241,6 +242,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.variables.outputs.upload_url }}
asset_path: ./.lona-pod-archive.zip
asset_path: ./lona-pod-archive.zip
asset_name: pod.zip
asset_content_type: application/zip

0 comments on commit 89a9c44

Please sign in to comment.