File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ jobs:
4949 name : SCIRunMacInstaller
5050 path : bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
5151
52- - name : Deploy
53- id : deploy
54- if : github.ref == 'refs/heads/master'
55- uses : marvinpinto/action-automatic-releases@latest
56- with :
57- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
58- automatic_release_tag : " dev-mac"
59- prerelease : true
60- title : " Development Build for Mac"
61- files : |
62- bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
52+ # - name: Deploy
53+ # id: deploy
54+ # if: github.ref == 'refs/heads/master'
55+ # uses: marvinpinto/action-automatic-releases@latest
56+ # with:
57+ # repo_token: "${{ secrets.GITHUB_TOKEN }}"
58+ # automatic_release_tag: "dev-mac"
59+ # prerelease: true
60+ # title: "Development Build for Mac"
61+ # files: |
62+ # bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
6363
6464 mac-build-headless :
6565
Original file line number Diff line number Diff line change @@ -120,13 +120,13 @@ jobs:
120120 name : SCIRunWindowsPythonInstaller
121121 path : bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
122122
123- - name : Deploy
124- if : github.ref == 'refs/heads/master'
125- uses : marvinpinto/action-automatic-releases@latest
126- with :
127- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
128- automatic_release_tag : " dev-windows"
129- prerelease : true
130- title : " Development Build for Windows"
131- files : |
132- bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
123+ # - name: Deploy
124+ # if: github.ref == 'refs/heads/master'
125+ # uses: marvinpinto/action-automatic-releases@latest
126+ # with:
127+ # repo_token: "${{ secrets.GITHUB_TOKEN }}"
128+ # automatic_release_tag: "dev-windows"
129+ # prerelease: true
130+ # title: "Development Build for Windows"
131+ # files: |
132+ # bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
You can’t perform that action at this time.
0 commit comments