Skip to content

Commit

Permalink
#231 Remove 'build/' path prefix in mac archive
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel authored Sep 26, 2020
1 parent 128f1da commit 6b85a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Archive
run: |
export VERSION=$(pip3 list | grep cfclient | awk '{print $2}')
zip -r "build/cfclient_$VERSION.zip" "build/Crazyflie client.app"
cd build
zip -r "cfclient_$VERSION.zip" "Crazyflie client.app"
cd ..
- name: Upload Build Artifact
uses: actions/upload-artifact@v2.1.4
Expand Down

0 comments on commit 6b85a3b

Please sign in to comment.