How do I zip contents of current directory to root of archive #25
Unanswered
kbocock-krg
asked this question in
Help wanted
Replies: 1 comment
-
I believe you may be looking for this: zip -r archive.zip * Here is it used in an action: - name: Install zip
uses: montudor/action-zip@v1
- name: Zip output
run: zip -r archive.zip *
working-directory: path/to/work-dir |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far I have tried:
-r -j and the following items (. , ./, ./, , **.,., current folder name/) none of them work. Please help.
Beta Was this translation helpful? Give feedback.
All reactions