Skip to content

Commit c9fff64

Browse files
committed
remove online installation parts
1 parent 9dd0ddc commit c9fff64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/macos-windows-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# - test installer
77
# - for master executeables are deployed
88
# -- offline installers to GitHub releases
9-
# -- online installers FTP server
109

1110
name: Build Executable for MacOS and Windows
1211

@@ -117,7 +116,3 @@ jobs:
117116
tag: ${{ env.RELEASE_TAG }}
118117
name: ${{ env.RELEASE_TITLE }}
119118
bodyFile: "RELEASE.md"
120-
121-
- name: Upload online app installer to repository via FTP (master only)
122-
if: github.event_name == 'push' && env.BRANCH_NAME == 'master'
123-
run: python ${{ env.SCRIPTS_PATH }}/UploadToFtp.py ${{ env.BRANCH_NAME }} ${{ secrets.APP_REPO_FTP_PASSWORD }}

0 commit comments

Comments
 (0)