Skip to content

Commit

Permalink
Merge pull request #6 from mozzy11/main
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
mozzy11 authored Nov 18, 2024
2 parents aaf2267 + 3976e22 commit 63818d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Prepare
run: |
platform=linux/${{ matrix.platform }}
echo "PLATFORM_PAIR_CERTS=${platform//\//-}" >> $GITHUB_ENV
echo "PLATFORM_PAIR_CERTGEN=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR_CERTS }}
name: digests-${{ env.PLATFORM_PAIR_CERTGEN }}
path: /tmp/digests/certgen/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 63818d2

Please sign in to comment.