Skip to content

Commit 513891f

Browse files
authored
Manually creating tarball in release action
Not sure if that file is going to be retained for the next step... we will see.
1 parent 6db3046 commit 513891f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v1
16+
- name: Package
17+
run: tar -cvzf archive-fusionvm.tar.gz archive_vms.zsh
1618
- name: GitHub Release
1719
uses: softprops/action-gh-release@v1
1820
with:
1921
# Comma-delimited list of path globs for asset files to upload
20-
files: archive_vms.zsh
22+
files: archive-fusionvm.tar.gz
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)