Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2129a24

Browse files
committed
fixup! TEST
1 parent8fc7ebd commit2129a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ jobs:
968968
needs:changes
969969
# We always build the dylibs on Go changes to verify we're not merging unbuildable code,
970970
# but they need only be signed and uploaded on coder/coder main.
971-
if:needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
971+
id:true
972972
runs-on:${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest' }}
973973
steps:
974974
# Harden Runner doesn't work on macOS
@@ -996,7 +996,7 @@ jobs:
996996
uses:./.github/actions/setup-go
997997

998998
-name:Install rcodesign
999-
if:${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
999+
if:true
10001000
run:|
10011001
set -euo pipefail
10021002
wget -O /tmp/rcodesign.tar.gz https://github.com/indygreg/apple-platform-rs/releases/download/apple-codesign%2F0.22.0/apple-codesign-0.22.0-macos-universal.tar.gz
@@ -1033,7 +1033,7 @@ jobs:
10331033
AC_CERTIFICATE_PASSWORD_FILE:/tmp/apple_cert_password.txt
10341034

10351035
-name:Upload build artifacts
1036-
if:${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
1036+
if:true
10371037
uses:actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02# v4.6.2
10381038
with:
10391039
name:dylibs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp