From da4201b0d1de0819c7af9763646c094d241e7cdf Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Tue, 8 Apr 2025 15:28:01 +0200 Subject: [PATCH] chore(repo): publish for freebsd in canary and pr releases (#30624) ## Current Behavior FreeBSD artifacts are not published as part of PR and canary releases because it was unstable. Now it seems it's pretty stable though. ## Expected Behavior FreeBSD artifacts are published as part of PR and canary releases. Those releases can be used in this repo (which requires FreeBSD) support. ## Related Issue(s) Fixes # --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63f38428ed..0d932d3bab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -294,14 +294,12 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@v4 - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} with: repository: ${{ needs.resolve-required-data.outputs.repo }} ref: ${{ needs.resolve-required-data.outputs.ref }} - name: Build id: build - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} uses: cross-platform-actions/action@v0.25.0 env: DEBUG: napi:* @@ -343,7 +341,6 @@ jobs: echo "COMPLETE" - name: Upload artifact - if: ${{ github.event_name != 'schedule' && !github.event.inputs.pr }} uses: actions/upload-artifact@v4 with: name: bindings-freebsd