We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbb509 commit 18cbfe2Copy full SHA for 18cbfe2
.github/workflows/eclair.yaml
@@ -112,3 +112,10 @@ jobs:
112
echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
113
echo "PAYLOAD_DESC=${ver}" >> $GITHUB_ENV
114
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