File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - uses : google-github-actions/upload-cloud-storage@v1
3737 # github.head_ref is only available for pull requests
3838 # if the event type is not pull_requet we have to use github.ref_name
39- if : ${{ github.ref_name == 'main ' }}
39+ if : ${{ github.ref_name == 'master ' }}
4040 with :
4141 path : ' ./dist/'
4242 destination : ' p4-fusion/x86_64-darwin/'
7070 - uses : google-github-actions/upload-cloud-storage@v1
7171 # github.head_ref is only available for pull requests
7272 # if the event type is not pull_requet we have to use github.ref_name
73- if : ${{ github.ref_name == 'main ' }}
73+ if : ${{ github.ref_name == 'master ' }}
7474 with :
7575 path : ' ./dist/'
7676 destination : ' p4-fusion/aarch64-darwin/'
@@ -100,7 +100,7 @@ jobs:
100100 - uses : google-github-actions/upload-cloud-storage@v1
101101 # github.head_ref is only available for pull requests
102102 # if the event type is not pull_requet we have to use github.ref_name
103- if : ${{ github.ref_name == 'main ' }}
103+ if : ${{ github.ref_name == 'master ' }}
104104 with :
105105 path : ' ./dist/'
106106 destination : ' p4-fusion/x86_64-linux/'
You can’t perform that action at this time.
0 commit comments