Skip to content

Commit c874f15

Browse files
committed
Export env
1 parent 2d14065 commit c874f15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/signMacOsBinaries.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33
jobs:
44
# Sign the JFrog CLI binary for macOS
55
SignBinary:
6-
if: ${{ !contains(github.event.head_commit.message, 'Bump version from') }}
6+
if: ${{ contains(github.event.head_commit.message, 'Bump version from') }}
77
name: Sign-JFrog-CLI-MacOS-Binary
88
runs-on: macos-latest
99
strategy:
@@ -16,6 +16,9 @@ jobs:
1616
go-version: 1.22.x
1717
cache: false
1818

19+
- name: Set Environment Variable
20+
run: echo "goarch=${{ matrix.goarch }}" >> $GITHUB_ENV
21+
1922
- name: Checkout Source
2023
uses: actions/checkout@v4
2124

0 commit comments

Comments
 (0)