Skip to content

Commit

Permalink
add bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 6, 2024
1 parent 64a5303 commit 914bf14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
pattern: ${{ github.sha }}

- name: Move files to bin folder
run: mv ${{ github.sha }}/* ./bin/
run: |
mkdir -p bin
mv ${{ github.sha }}/* ./bin/
- name: Build image
run: |
Expand Down

0 comments on commit 914bf14

Please sign in to comment.