We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd0ddc commit c9fff64Copy full SHA for c9fff64
.github/workflows/macos-windows-build.yml
@@ -6,7 +6,6 @@
6
# - test installer
7
# - for master executeables are deployed
8
# -- offline installers to GitHub releases
9
-# -- online installers FTP server
10
11
name: Build Executable for MacOS and Windows
12
@@ -117,7 +116,3 @@ jobs:
117
116
tag: ${{ env.RELEASE_TAG }}
118
name: ${{ env.RELEASE_TITLE }}
119
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