Skip to content

Commit

Permalink
ci: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD authored Aug 1, 2024
1 parent c542d91 commit 4d38dcc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
path: packages/tosu/dist/tosu.exe
}

# - name: 🚀 - Upload artifacts for linux
# if: matrix.os == 'ubuntu-latest'
# uses: actions/upload-artifact@v3
# with: {
# name: "${{ steps.set-artifact-name.outputs.ARTIFACT_NAME }}",
# path: packages/tosu/dist/tosu.exe
# }
- name: 🚀 - Upload artifacts for linux
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
with: {
name: "${{ steps.set-artifact-name.outputs.ARTIFACT_NAME }}",
path: packages/tosu/dist/tosu.exe
}

# - name: 🚀 - Upload artifacts for mac
# if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 4d38dcc

Please sign in to comment.