Skip to content

Commit

Permalink
Remove ls debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Anne S Tan committed May 2, 2024
1 parent 6521181 commit dfce548
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- name: Run windows builds
run: vendor/bin/haulable builds/dockerfile-laravel --platform="All Platforms"

- name: Check files created
run: ls -l

- name: Move builds into the builds folder
run: mv windows_x64 builds/windows_x64
run: mv windows_x64 builds/windows_x64 && \
mv linux_aarch64 builds/linux_aarch64 && \
mv linux_x86_64 builds/linux_x86_64 && \
mv macos_apple builds/macos_apple && \
mv macos_intel builds/macos_intel


0 comments on commit dfce548

Please sign in to comment.