Skip to content

Commit

Permalink
Show the download path
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 27, 2023
1 parent 2167587 commit 392197b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
name: tgz-ubuntu-2204-binary
path: ${{ github.workspace }}

- name: List files for the space
run: |
ls -l ${{ github.workspace }}
ls ${{ runner.workspace }}/hdfview
- name: Store snapshot name
run: |
echo "${{ steps.get-file-base.outputs.FILE_BASE }}" > ./last-file.txt
Expand All @@ -120,7 +125,7 @@ jobs:
${{ steps.get-file-base.outputs.FILE_BASE }}.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-ubuntu-2204.tar.gz
${{ steps.get-file-base.outputs.FILE_BASE }}-win_vs2022.zip
${{ steps.get-file-base.outputs.FILE_BASE }}-win-vs2022.zip
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
- name: Release tag
Expand Down

0 comments on commit 392197b

Please sign in to comment.