Skip to content

Commit

Permalink
List files
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Jul 10, 2024
1 parent 015bfe6 commit ae95a48
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release-build-sign-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,15 +1011,20 @@ jobs:
# - test-windows
- s3-upload
steps:
- name: Checkout CLI
uses: actions/checkout@v4

- name: Download signed artifacts
uses: actions/download-artifact@v4
with:
path: signed # download all artifacts to 'artifacts/'
# pattern: finalartifacts

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

- name: List download
run: |
ls -R
ls -R signed
- name: Prepare release notes
run: |
sed -i 's/new-version/${{ needs.setup.outputs.version-build }}/g' .github/release/release-notes-template.txt
Expand Down

0 comments on commit ae95a48

Please sign in to comment.