Skip to content

Commit

Permalink
bash why
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 11, 2024
1 parent d10eda0 commit 8be7ad6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/assemble-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ runs:
shell: bash
working-directory: ${{ inputs.working-directory }}
run: |
shopt -s nocaseglob # so globs are case-insensitive
shopt -s globstar
mkdir -p ${{ env.RELEASE_STAGING }}
cp -r -v ${{ inputs.artifacts }} ${{ env.RELEASE_STAGING }}
- name: Remove Excluded Files
shell: bash
working-directory: ${{ env.RELEASE_STAGING }}
run: rm -f ${{ inputs.artifacts-exclude }}
cd ${{ env.RELEASE_STAGING }}
rm -f ${{ inputs.artifacts-exclude }}
- name: Assemble Release
id: assemble-release
Expand Down

0 comments on commit 8be7ad6

Please sign in to comment.