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
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
# -------------------------------------------------
- name: Upload build artifact
uses: actions/upload-artifact@v6
with:
name: horizon-oc-zeus-dist-${{ env.SHORT_SHA }}
name: horizon-oc-zeus-dist
path: dist/
compression-level: 3