Skip to content

Commit

Permalink
ci: console log build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
javierguzman committed Jun 26, 2023
1 parent beeb5de commit 4a26632
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,14 @@ jobs:
name: artifacts
path: out/make
- if: runner.os != 'macOS'
name: Upload build
name: Build for Linux/Windows
run: yarn run make
- if: runner.os != 'macOS'
run: |
ls -R ${{ github.workspace }}/out
ls -R out
- if: runner.os != 'macOS'
name: Upload Linux/Windows build
uses: actions/upload-artifact@v3
with:
name: artifacts
Expand Down

0 comments on commit 4a26632

Please sign in to comment.