Skip to content

Commit 55ab47d

Browse files
committed
[ci] update filename setting step's output format
1 parent ad4a814 commit 55ab47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
else
8787
VERSION=$GITHUB_SHA
8888
fi
89-
echo "::set-output name=filename::sc3-plugins-$VERSION-${{ matrix.name }}"
89+
echo "filename=sc3-plugins-$VERSION-${{ matrix.name }}" >> $GITHUB_OUTPUT
9090
- name: checkout sc3-plugins
9191
uses: actions/checkout@v4
9292
with:

0 commit comments

Comments
 (0)