Skip to content

Commit

Permalink
Fix actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Renoy John Marattukalam committed Apr 29, 2024
1 parent ead0058 commit 1966858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@ jobs:
run: ${{matrix.CMD_BUILD}}

- name: Validate package for ${{matrix.TARGET}}
if: matrix.TARGET != 'macos'
run: ./dist/${{ matrix.TARGET }}/${{matrix.OUT_FILE_NAME}}

- name: Validate package for ${{matrix.TARGET}}
if: matrix.TARGET == 'macos'
run: ./dist/${{ matrix.TARGET }}/${{matrix.OUT_FILE_NAME}}/Contents/MacOS/tabcmd

- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.OUT_FILE_NAME }}
Expand Down

0 comments on commit 1966858

Please sign in to comment.