Skip to content

Commit

Permalink
Fix Issue With Zip File Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
srhinos authored Nov 2, 2020
1 parent ab88c17 commit 81e2c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
format: YYYY.MM.DD.HH.mm
- name: Zip project
run: |
zip -r Mappy.${{ steps.current-time.outputs.formattedTime }}.zip .
rsync -a "$PWD" .
zip -r Mappy.${{ steps.current-time.outputs.formattedTime }}.zip `basename "$PWD"`
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 81e2c00

Please sign in to comment.