archive files using montudor/action-zip@v0.1.0 #10
Unanswered
lipalath-ms
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question: I have a step in Azure Pipeline Build to archive files. How do I convert this to a github action using montudor/action-zip@v0.1.0? Please help.
displayName: 'archive graph updater files'
inputs:
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/updater_publish_output"
includeRootFolder: false
archiveFile: "$(System.DefaultWorkingDirectory)/Hosts.GraphUpdater.zip"
Beta Was this translation helpful? Give feedback.
All reactions