We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765875c commit 289c20eCopy full SHA for 289c20e
.github/workflows/release.yml
@@ -19,4 +19,4 @@ jobs:
19
actions: "build,pack,archive"
20
- name: Upload
21
run: |
22
- gh release upload ${{github.event.release.tag_name}} "build/4D Mobile App Server.zip"
+ gh release upload ${{github.event.release.tag_name}} "build/4D-Mobile-App-Server.zip"
0 commit comments