Skip to content

Commit 18cbfe2

Browse files
committed
upload
Signed-off-by: Anas Nashif <[email protected]>
1 parent 5cbb509 commit 18cbfe2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/eclair.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,10 @@ jobs:
112112
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
113113
echo "PAYLOAD_DESC=${ver}" >> $GITHUB_ENV
114114
115+
- name: Upload artifacts
116+
if: always()
117+
uses: actions/[email protected] # v4.2.0
118+
with:
119+
name: eclair-scan-results-${{ github.event_name }}-${{ github.ref_name }}
120+
path: |
121+
~/.hasplm

0 commit comments

Comments
 (0)