Skip to content

Commit f310db6

Browse files
authored
Remove deprecated use of set-output
1 parent aadf3ca commit f310db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: make rename-zip
6060
- name: Get ZIP filename
6161
id: get-zip-filename
62-
run: echo "::set-output name=zip-file-name::$(ls deploy | grep .zip | cat)"
62+
run: echo "zip-file-name=$(ls deploy | grep .zip | cat)" >> $GITHUB_OUTPUT
6363
- uses: actions/upload-artifact@v4
6464
with:
6565
name: ${{ steps.get-zip-filename.outputs.zip-file-name }}

0 commit comments

Comments
 (0)