Skip to content

Commit

Permalink
Publish workflow (not complete)
Browse files Browse the repository at this point in the history
and a little tidy up
Issue #178
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent 92feced commit 1a9b357
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
name: dist
path: dist
- name: Show Dist UM
if: ${{ env.isrrelease == 1 }}
if: ${{ matrix.platform != 'windows-latest' }}
if: ${{ env.isrrelease == 1 && matrix.platform != 'windows-latest' }}
run: |
ls -la dist
- name: Show Dist W
if: ${{ env.isrrelease == 1 }}
if: ${{ matrix.platform == 'windows-latest' }}
if: ${{ env.isrrelease == 1 && matrix.platform == 'windows-latest' }}
run: |
dir dist
Expand Down

0 comments on commit 1a9b357

Please sign in to comment.