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 a0d5959 commit 376bdf5Copy full SHA for 376bdf5
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
shell: bash
87
run: |
88
cd ${{ github.workspace }}/build/distributions
89
- FILENAME=`ls *.zip`
+ FILENAME=$(ls *.zip)
90
unzip "$FILENAME" -d content
91
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
92
0 commit comments