Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
fix zip paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rghvdberg committed Dec 20, 2020
1 parent 7561498 commit 0afcc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: create-zip
run: |
cd /home/runner/work/drops/drops/bin/
zip /home/runner/work/drops_binaries.zip /home/runner/work/drops/drops/bin/*
zip /home/runner/work/drops_binaries.zip ./*
# - uses: actions/upload-artifact@v2
# with:
Expand Down

0 comments on commit 0afcc52

Please sign in to comment.