Fix workflow: add cd command to Success Summary step to resolve git repository access issue
Some checks failed
Build deb-bootupd Artifacts / build (push) Failing after 3m3s
Simple Build and Upload / build (push) Failing after 2m30s

This commit is contained in:
robojerk 2025-08-10 11:39:43 -07:00
parent 73b43239e9
commit 516fe3abe5

View file

@ -430,6 +430,8 @@ jobs:
- name: Success Summary
run: |
cd /tmp/deb-bootupd
VERSIONED_ARTIFACT="bootupd-${BOOTUPD_VERSION}-${FORK_VERSION}-${TARGET_PLATFORM}-$(git rev-parse --short HEAD).zip"
VERSIONED_DEBIAN_ARTIFACT="deb-bootupd-debian-${BOOTUPD_VERSION}-${FORK_VERSION}-${TARGET_PLATFORM}-$(git rev-parse --short HEAD).zip"