Skip to content

Commit

Permalink
chore:update gha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 13, 2023
1 parent 85108da commit 59762cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
FILENAME=`ls *.zip`
unzip "$FILENAME" -d content
echo "::set-output name=filename::${FILENAME:0:-4}"
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
# Store already-built plugin as an artifact for downloading
- name: Upload artifact
Expand Down

0 comments on commit 59762cc

Please sign in to comment.