Skip to content

Commit

Permalink
Preserve Folderstructure in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
DvdKhl authored Jul 10, 2020
1 parent b75a5c5 commit 36ce747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/AVDump3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:

- name: AVD3Release-CompressAsset
run: |
zip -j -r ${{ github.workspace }}/AVDump3CL.zip ${{ github.workspace }}/AVDump3CL
cd ${{ github.workspace }}/AVDump3CL
zip -r ${{ github.workspace }}/AVDump3CL.zip ${{ github.workspace }}/AVDump3CL
- name: AVD3Release-UploadAsset
uses: actions/[email protected]
Expand Down

0 comments on commit 36ce747

Please sign in to comment.