Skip to content

Commit

Permalink
fix: Repair comment by @kalote
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Mar 30, 2023
1 parent 7c7e779 commit 0ddded8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,7 @@ jobs:
if: ${{ needs.release_please.outputs.release_created != 'true' }}
run: |
mkdir -p bucket
rm -rf bucket/artifacts
mkdir -p bucket/artifacts
rm -rf bucket/artifacts && mkdir -p bucket/artifacts
find artifacts -type f -exec cp {} bucket/artifacts \;
sed \
-e 's#https://storage.googleapis.com/lks-lz-binaries-euw4#https://storage.googleapis.com/lks-lz-binaries-euw4${{ needs.release_please.outputs.folder }}#g' \
Expand Down

0 comments on commit 0ddded8

Please sign in to comment.