Skip to content

Commit

Permalink
Warning, this commit is for CI testing purposes and will be forced pu…
Browse files Browse the repository at this point in the history
…shed away.
  • Loading branch information
koalaman committed Sep 1, 2024
1 parent 88e4414 commit 135659e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,17 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: Debug things
run: find .

- name: Work around GitHub permissions bug
run: chmod +x bin/*/shellcheck*
run: chmod +x *.bin/*/shellcheck*

- name: Package binaries
run: |
export TAGS="$(cat source/tags)"
mkdir -p deploy
cp -r bin/* deploy
cp -r *.bin/* deploy
cd deploy
../.prepare_deploy
rm -rf */ README* LICENSE*
Expand Down

0 comments on commit 135659e

Please sign in to comment.