Skip to content

Commit

Permalink
remove builds, upload them as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Anne S Tan committed May 5, 2024
1 parent e7b3d7b commit f59a629
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
- name: Move builds into the builds folder
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

- name: Commit report
run: |
git config --global user.name 'Kathryn Tan'
git config --global user.email '[email protected]'
git add .
git commit -m "Automated build"
git push
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: builds/
Binary file removed builds/linux_aarch64/dockerfile-laravel
Binary file not shown.
Binary file removed builds/linux_x86_64/dockerfile-laravel
Binary file not shown.
Binary file removed builds/macos_apple/dockerfile-laravel
Binary file not shown.
Binary file removed builds/macos_intel/dockerfile-laravel
Binary file not shown.
Binary file removed builds/windows_x64/dockerfile-laravel.exe
Binary file not shown.

0 comments on commit f59a629

Please sign in to comment.