Skip to content

Commit

Permalink
Release workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Apr 8, 2022
1 parent 10b0a0f commit 02ff78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
'execext': '',
'pkgext': '.tar.bz2',
'pkgcmd': ('tar -c -f '
'$PKG${{steps.set-matrix.outputs.matrix.os.pkgext}} '
'$PKG.tar.bz2 '
'$PKG'),
},
{
Expand All @@ -67,7 +67,7 @@ jobs:
'execext': '.exe',
'pkgext': '.zip',
'pkgcmd': ('7z a '
'$PKG${{steps.set-matrix.outputs.matrix.os.pkgext}} '
'$PKG.zip '
'$PKG'),
},
{
Expand All @@ -77,7 +77,7 @@ jobs:
'pkgext': '.dmg',
'pkgcmd': ('hdiutil create -format UDZO -srcfolder '
'$PKG '
'$PKG${{steps.set-matrix.outputs.matrix.os.pkgext}}'),
'$PKG.dmg'),
},
],
'toolchain': [
Expand Down

0 comments on commit 02ff78c

Please sign in to comment.