Skip to content

Commit

Permalink
clean name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Apr 10, 2024
1 parent 6db723b commit d8d6f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ jobs:
if: steps.get_image.outputs.digest != ''
uses: actions/upload-artifact@v4
with:
name: icloudpd-${{github.sha}}-compatibility-linux-npm-apt-${{ matrix.image[0] }}-${{ matrix.prop[0] }}
name: icloudpd-${{github.sha}}-compatibility-linux-npm-${{ matrix.image[0] }}-${{ matrix.prop[0] }}
if-no-files-found: error
path: |
compatibility/*
Expand Down Expand Up @@ -1598,7 +1598,7 @@ jobs:
if: steps.get_image.outputs.digest != ''
uses: actions/upload-artifact@v4
with:
name: icloudpd-${{github.sha}}-compatibility-linux-npm-apk-${{ matrix.image[0] }}-${{ matrix.prop[0] }}
name: icloudpd-${{github.sha}}-compatibility-linux-npm-${{ matrix.image[0] }}-${{ matrix.prop[0] }}
if-no-files-found: error
path: |
compatibility/*
Expand Down

0 comments on commit d8d6f83

Please sign in to comment.