Skip to content

Commit

Permalink
list all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 28, 2024
1 parent b8b54a4 commit 87cf238
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
path: |
"**/bin/Release/net8.0/win-x64/publish/"
- name: List all files
shell: pwsh
run: |
Get-ChildItem -Recurse -File | ForEach-Object { Write-Output $_.FullName }
build-linux:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -80,4 +85,8 @@ jobs:
name: linux-x64-${{ env.VERSION }}
path: |
"**/bin/Release/net8.0/linux-x64/publish/"
- name: List all files
shell: bash
run: |
find . -type f -print

0 comments on commit 87cf238

Please sign in to comment.