There was an error while loading. Please reload this page.
1 parent b697001 commit 0a7e854Copy full SHA for 0a7e854
1 file changed
.github/workflows/build.yml
@@ -110,6 +110,11 @@ jobs:
110
- name: Zip Artifacts for Release
111
run: |
112
cd artifacts
113
+
114
+ # make executable
115
+ chmod +x TLEscope-Linux/TLEscope
116
+ chmod +x TLEscope-Linux/fetch_tle
117
118
zip -r ../TLEscope-Linux.zip TLEscope-Linux/
119
zip -r ../TLEscope-Windows.zip TLEscope-Windows/
120
cd ..
0 commit comments