Compare commits
1 Commits
9e671fa82a
...
b53dcfa00c
Author | SHA1 | Date | |
---|---|---|---|
b53dcfa00c |
@ -108,3 +108,10 @@ jobs:
|
||||
mkdir -p ${{ runner.temp }}/digests
|
||||
digest="${{ steps.build.outputs.digest }}"
|
||||
touch "${{ runner.temp }}/digests/${digest#sha256:}"
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: digests-${{ env.PLATFORM_PAIR }}
|
||||
path: ${{ runner.temp }}/digests/*
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user