|
44 | 44 | npm_config_target_arch: ${{ matrix.arch }}
|
45 | 45 | run: pnpm build:win --${{ matrix.arch }}
|
46 | 46 | - name: Upload Artifacts
|
47 |
| - if: startsWith(github.ref, 'refs/head/') |
| 47 | + if: startsWith(github.ref, 'refs/heads/') |
48 | 48 | uses: actions/upload-artifact@v4
|
49 | 49 | with:
|
50 | 50 | name: Windows ${{ matrix.arch }}
|
|
93 | 93 | npm_config_target_arch: ${{ matrix.arch }}
|
94 | 94 | run: pnpm build:linux --${{ matrix.arch }}
|
95 | 95 | - name: Upload Artifacts
|
96 |
| - if: startsWith(github.ref, 'refs/head/') |
| 96 | + if: startsWith(github.ref, 'refs/heads/') |
97 | 97 | uses: actions/upload-artifact@v4
|
98 | 98 | with:
|
99 | 99 | name: Linux ${{ matrix.arch }}
|
@@ -144,7 +144,7 @@ jobs:
|
144 | 144 | npm_config_target_arch: ${{ matrix.arch }}
|
145 | 145 | run: pnpm build:mac --${{ matrix.arch }}
|
146 | 146 | - name: Upload Artifacts
|
147 |
| - if: startsWith(github.ref, 'refs/head/') |
| 147 | + if: startsWith(github.ref, 'refs/heads/') |
148 | 148 | uses: actions/upload-artifact@v4
|
149 | 149 | with:
|
150 | 150 | name: MacOS ${{ matrix.arch }}
|
@@ -199,7 +199,7 @@ jobs:
|
199 | 199 | allow_empty_commits: false
|
200 | 200 |
|
201 | 201 | aur-git-updater:
|
202 |
| - if: startsWith(github.ref, 'refs/head/') |
| 202 | + if: startsWith(github.ref, 'refs/heads/') |
203 | 203 | runs-on: ubuntu-latest
|
204 | 204 | steps:
|
205 | 205 | - uses: actions/checkout@v4
|
|
0 commit comments