ci: binaries-mac-x64: preserve executable perms on zipped binaries
This commit is contained in:
parent
b5eb3f494b
commit
c0e7cf86fc
5
.github/workflows/binaries-mac-x64.yml
vendored
5
.github/workflows/binaries-mac-x64.yml
vendored
@ -171,13 +171,14 @@ jobs:
|
|||||||
strip hledger
|
strip hledger
|
||||||
strip hledger-ui
|
strip hledger-ui
|
||||||
strip hledger-web
|
strip hledger-web
|
||||||
|
zip hledger-mac-x64.zip hledger hledger-ui hledger-web
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
# XXX intermittent upload failures
|
# XXX intermittent upload failures
|
||||||
- name: Upload executables artifact
|
- name: Upload executables artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: hledger-mac-x64
|
name: hledger-mac-x64
|
||||||
path: tmp/hledger-mac-x64
|
path: tmp/hledger-mac-x64.zip
|
||||||
if: env.CONTINUE
|
if: env.CONTINUE
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user