Update build.yml

This commit is contained in:
2fort sink
2026-02-04 18:07:16 -03:00
committed by GitHub
parent a5efa7ae72
commit 39fbe25afc

View File

@@ -149,23 +149,12 @@ jobs:
- name: ccache stats - name: ccache stats
run: ccache --show-stats run: ccache --show-stats
# -------------------------------------------------
# Package dist folder as ZIP with commit SHA
# -------------------------------------------------
- name: Package dist
# working-directory: horizon-oc
run: |
ZIP_NAME="horizon-oc-zeus-dist-${SHORT_SHA}.zip"
zip -r "$ZIP_NAME" dist
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_ENV
# ------------------------------------------------- # -------------------------------------------------
# Upload ZIP artifact # Upload ZIP artifact
# ------------------------------------------------- # -------------------------------------------------
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v6
with: with:
name: horizon-oc-zeus-dist-${{ env.SHORT_SHA }} name: horizon-oc-zeus-dist
path: dist/ path: dist/
compression-level: 3 compression-level: 3