Skip to content

Commit

Permalink
Fix CI test failing (#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydentherapper authored Jan 27, 2024
1 parent f43eb6b commit a445167
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,17 @@ jobs:
if: github.event_name != 'pull_request'
run: |
./${{matrix.COSIGN_TARGET}} verify-blob --key ./.github/workflows/cosign-test.pub --signature ${{matrix.COSIGN_TARGET}}.sig ./${{matrix.COSIGN_TARGET}}
- name: artifacts file name
shell: bash
if: github.event_name != 'pull_request'
run: |
name=$(echo ${{ matrix.os }} | cut -d '-' f1)
echo "artifactsfilename=$name" >> $GITHUB_ENV
- name: Upload artifacts
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: artifacts
name: artifacts-${{ env.artifactsfilename }}
path: |
cosign-*
cosign.-*sha256
Expand Down

0 comments on commit a445167

Please sign in to comment.