Skip to content

Commit f76306c

Browse files
authored
Merge pull request #20 from learningequality/rtibbles-patch-1
Remove deprecated use of set-output
2 parents aadf3ca + f310db6 commit f76306c

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)