Skip to content

Commit

Permalink
build: List recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Nov 15, 2024
1 parent 55a3db3 commit bce4265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-build-desktop-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
npm run github-action-build-macos-x86
ls -lash ./ocd/dist
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/mac/ocd-${{ env.OCD_VERSION }}-*.dmg --clobber
ls -lashR ./ocd/dist
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/make/ocd-${{ env.OCD_VERSION }}-*.dmg --clobber
- name: Upload Windows Artifact to Release
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit bce4265

Please sign in to comment.