Skip to content

Commit 2d071b1

Browse files
committed
Test new workflows
1 parent 94865a7 commit 2d071b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
echo "pre=false" >> $GITHUB_OUTPUT
4040
fi
4141
target=${{ matrix.target }}-${ver}
42-
echo "dir=dcp-sc-28p-$target" >> $GITHUB_OUTPUT
43-
echo "tgz=dcp-sc-28p-$target.tar.gz" >> $GITHUB_OUTPUT
42+
echo "dir=vendor-example-$target" >> $GITHUB_OUTPUT
43+
echo "tgz=vendor-example-$target.tar.gz" >> $GITHUB_OUTPUT
4444
4545
- name: Restore Cache of dl/
4646
uses: actions/cache@v4

.github/workflows/sync-infix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
commit:
1212
runs-on: [ self-hosted, latest ]
13-
if: ${{ env.SYNC_INFIX }}
13+
if: ${{ github.event.inputs.SYNC_INFIX }}
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

0 commit comments

Comments
 (0)