Skip to content

Commit 83c3f46

Browse files
authored
executable bin dist on linux (#16)
1 parent 50e40b5 commit 83c3f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
- uses: actions/download-artifact@v3
7373
with:
7474
name: linux-x64-binaries
75+
# https://github.com/actions/upload-artifact#permission-loss
76+
- run: chmod +x bin/ecsact
7577
- run: tar -czf ecsact_sdk_${{github.ref_name}}_linux_x64.tar.gz bin include share
7678
- uses: actions/upload-artifact@v3
7779
with:

0 commit comments

Comments
 (0)