We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db3046 commit 513891fCopy full SHA for 513891f
.github/workflows/release.yml
@@ -13,10 +13,12 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v1
16
+ - name: Package
17
+ run: tar -cvzf archive-fusionvm.tar.gz archive_vms.zsh
18
- name: GitHub Release
19
uses: softprops/action-gh-release@v1
20
with:
21
# Comma-delimited list of path globs for asset files to upload
- files: archive_vms.zsh
22
+ files: archive-fusionvm.tar.gz
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments