Skip to content

Commit 79635c7

Browse files
authored
ci: Adjust sign package job
1 parent 14c8116 commit 79635c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
& uno-check --ci --fix --non-interactive --verbose --skip xcode --skip vswin --skip vsmac --skip wsl --skip edgewebview2 --manifest ${{ matrix.manifest }}
369369
370370
sign:
371-
name: Publish
371+
name: Sign Package
372372
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
373373
runs-on: windows-latest
374374
needs:

0 commit comments

Comments
 (0)