Fix workflow: add cd command to Success Summary step to resolve git repository access issue
This commit is contained in:
parent
73b43239e9
commit
516fe3abe5
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue