Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Dec 15, 2024
1 parent 16b2ac7 commit 1e6b2e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ jobs:
- name: Build the application
run: npm run make

- name: List win output directory
shell: cmd
if: ${{ matrix.os == 'windows-latest' }}
run: dir out\make


- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1e6b2e2

Please sign in to comment.