Skip to content

Commit 04a293a

Browse files
authored
Wrong branch name in GHA workflow v2 (#30)
1 parent d0b3e3d commit 04a293a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nix-build-and-upload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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/'
@@ -70,7 +70,7 @@ jobs:
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/'

0 commit comments

Comments
 (0)