Skip to content

Commit 7a81385

Browse files
authored
1 parent 5cac138 commit 7a81385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git fetch --force --no-tags origin 'refs/tags/v*:refs/tags/v*'
2828
bundle exec rake build
29-
echo "::set-output name=pkg::${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}"
29+
echo "pkg=${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}" >> $GITHUB_OUTPUT
3030
env:
3131
RUNNING_OS: ${{matrix.os}}
3232
if: ${{ matrix.ruby == '3.1' && !startsWith(matrix.os, 'ubuntu') }}

0 commit comments

Comments
 (0)