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 50e40b5 commit 83c3f46Copy full SHA for 83c3f46
.github/workflows/release.yml
@@ -72,6 +72,8 @@ jobs:
72
- uses: actions/download-artifact@v3
73
with:
74
name: linux-x64-binaries
75
+ # https://github.com/actions/upload-artifact#permission-loss
76
+ - run: chmod +x bin/ecsact
77
- run: tar -czf ecsact_sdk_${{github.ref_name}}_linux_x64.tar.gz bin include share
78
- uses: actions/upload-artifact@v3
79
0 commit comments