Skip to content

Commit

Permalink
feat: semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD authored Aug 1, 2024
1 parent 0f74bd0 commit 26d6905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
run: pnpm build:linux

- name: 🚀 - Upload artifacts for windows
if: matrix.os == 'windows-latest'
if: matrix.os == "windows-latest"
uses: actions/upload-artifact@v4
with: {
name: "tosu-windows-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}",
path: packages/tosu/dist/tosu.exe
}

- name: 🚀 - Upload artifacts for linux
if: matrix.os == 'ubuntu-latest'
if: matrix.os == "ubuntu-latest"
uses: actions/upload-artifact@v3
with: {
name: "tosu-linux-${{ steps.set-pr-sha.outputs.SHORT_PR_SHA || github.ref_name }}",
Expand Down

0 comments on commit 26d6905

Please sign in to comment.