Skip to content

Commit

Permalink
build: Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
toxophilist committed Nov 26, 2024
1 parent fb65920 commit 779f701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if: matrix.os == 'windows-latest' && (failure() || success())
run: |
ls -R ./ocd/dist
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/release/${{ env.OCD_VERSION }}/ocd-${{ env.OCD_VERSION }}-x64.exe --clobber
gh release upload ${{ env.BRANCH_RELEASE_TAG }} ./ocd/dist/release/${{ env.OCD_VERSION }}/ocd-${{ env.OCD_VERSION }}*x64.exe --clobber
- name: Upload Linux Artifact to Release
if: matrix.os == 'ubuntu-latest' && (failure() || success())
run: |
Expand Down
2 changes: 1 addition & 1 deletion ocd/packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@ocd/desktop",
"name": "ocd",
"productName": "ocd",
"version": "0.2.5",
"description": "OKIT Open Cloud Designer Desktop",
Expand Down

0 comments on commit 779f701

Please sign in to comment.