Skip to content

Commit 0a7e854

Browse files
authored
Set executable permissions for TLEscope binaries
1 parent b697001 commit 0a7e854

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ jobs:
110110
- name: Zip Artifacts for Release
111111
run: |
112112
cd artifacts
113+
114+
# make executable
115+
chmod +x TLEscope-Linux/TLEscope
116+
chmod +x TLEscope-Linux/fetch_tle
117+
113118
zip -r ../TLEscope-Linux.zip TLEscope-Linux/
114119
zip -r ../TLEscope-Windows.zip TLEscope-Windows/
115120
cd ..

0 commit comments

Comments
 (0)