We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf3ca commit f310db6Copy full SHA for f310db6
.github/workflows/build_zip.yml
@@ -59,7 +59,7 @@ jobs:
59
run: make rename-zip
60
- name: Get ZIP filename
61
id: get-zip-filename
62
- run: echo "::set-output name=zip-file-name::$(ls deploy | grep .zip | cat)"
+ run: echo "zip-file-name=$(ls deploy | grep .zip | cat)" >> $GITHUB_OUTPUT
63
- uses: actions/upload-artifact@v4
64
with:
65
name: ${{ steps.get-zip-filename.outputs.zip-file-name }}
0 commit comments