We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ref_name
ref
1 parent 5c8d7a6 commit 2906a18Copy full SHA for 2906a18
1 file changed
.github/workflows/erl_interface.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: ./.github/actions/erl_interface_build
13
with:
14
- otp_version: ${{ github.ref }}
+ otp_version: ${{ github.ref_name }}
15
xcomp_conf: xcomp/erl-xcomp-arm64-ios.conf
16
name: universal-libei-ios
17
@@ -26,7 +26,7 @@ jobs:
26
- name: Build
27
uses: ./.github/actions/erl_interface_build
28
29
30
xcomp_conf: xcomp/erl-xcomp-${{ matrix.arch }}-iossimulator.conf
31
name: libei-iossimulator-${{ matrix.arch }}
32
ios_simulator:
0 commit comments