Skip to content

Commit

Permalink
correct option name
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 13, 2024
1 parent 70fa2c9 commit 5ec8bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/assemble-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
run: |
shopt -s nocaseglob # so globs are case-insensitive
shopt -s globstar
shopt -s null_glob
shopt -s nullglob
mkdir -p ${{ env.RELEASE_STAGING }}
cp -r -v ${{ inputs.artifacts }} ${{ env.RELEASE_STAGING }}
cd ${{ env.RELEASE_STAGING }}
Expand Down

0 comments on commit 5ec8bc0

Please sign in to comment.