Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Jul 10, 2024
1 parent 5b86082 commit 5a995a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: final-artifacts
name: finalartifacts
path: signed/*

# - name: Setup aws to upload installers to CLAW S3 bucket
Expand Down Expand Up @@ -1015,7 +1015,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts # download all artifacts to 'artifacts/'
pattern: final-artifacts
pattern: finalartifacts

- name: Checkout CLI
uses: actions/checkout@v4
Expand Down

0 comments on commit 5a995a3

Please sign in to comment.