Skip to content

Commit

Permalink
chore: replace slash in arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 13, 2024
1 parent cfe059d commit a024cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload digest
uses: actions/upload-artifact@v4
with:
name: ${{ env.DIGEST_NAME }}-${{ matrix.platform }}
name: ${{ env.DIGEST_NAME }}-${{ matrix.platform.replace('/','-') }}
path: ${{ env.DIGEST_DIR_PATH }}/*
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit a024cfc

Please sign in to comment.