Skip to content

Commit

Permalink
Make engine build v2 upload artifacts to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a committed Nov 1, 2024
1 parent d41d685 commit d94f854
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/engine-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,14 @@ jobs:
./package.sh
EOF
# TODO: Commented as this step is at the moment useless because artifacts
# are neither publickly accesible nor used in any next steps so for now
# it's more of an example that needs to be changed to something useful.
# - name: Save
# if: github.event_name != 'pull_request'
# uses: namespace-actions/upload-artifact@v0
# with:
# name: output-${{ matrix.system }}
# path: ./artifacts
# TODO: Switch to publickly accessible storage
- name: Save
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.system }}
path: ./artifacts
compression-level: 0 # already compressed
- name: Unmount bazel remote overlay
if: always() && steps.mount-overlay.outcome == 'success'
run: |
Expand Down

0 comments on commit d94f854

Please sign in to comment.