Skip to content

Commit 8eaa502

Browse files
committed
Fix CI issue
1 parent b80e86b commit 8eaa502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
OPENSWIFTUI_TARGET_RELEASE: ${{ matrix.release }}
3030
OPENSWIFTUI_USE_LOCAL_DEPS: 1
3131
OPENGRAPH_TARGET_RELEASE: ${{ matrix.release }}
32-
OPENGRAPH_ATTRIBUTEGRAPH_VERSION: RELEASE-${{ matrix.release }}
32+
OPENGRAPH_ATTRIBUTEGRAPH_VERSION: RELEASE_${{ matrix.release }}
3333
GH_TOKEN: ${{ github.token }}
3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
OPENSWIFTUI_TARGET_RELEASE: ${{ matrix.release }}
2626
OPENSWIFTUI_USE_LOCAL_DEPS: 1
2727
OPENGRAPH_TARGET_RELEASE: ${{ matrix.release }}
28-
OPENGRAPH_ATTRIBUTEGRAPH_VERSION: RELEASE-${{ matrix.release }}
28+
OPENGRAPH_ATTRIBUTEGRAPH_VERSION: RELEASE_${{ matrix.release }}
2929
GH_TOKEN: ${{ github.token }}
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)