Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/release-alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@ jobs:
name: hive-cli-win-x64
path: ./packages/libraries/cli/dist/*-win32-x64.tar.gz

- name: upload win x86
- name: upload linux arm64
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: hive-cli-win-x86
path: ./packages/libraries/cli/dist/*-win32-x86.tar.gz

- name: upload linux arm
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: hive-cli-linux-arm
path: ./packages/libraries/cli/dist/*-linux-arm.tar.gz
name: hive-cli-linux-arm64
path: ./packages/libraries/cli/dist/*-linux-arm64.tar.gz

- name: upload linux x64
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
Expand Down
8 changes: 4 additions & 4 deletions packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@graphql-tools/url-loader": "~8.0.0",
"@graphql-tools/utils": "10.9.1",
"@graphql-typed-document-node/core": "3.2.0",
"@oclif/core": "^3.26.6",
"@oclif/plugin-help": "6.0.22",
"@oclif/plugin-update": "4.2.13",
"@oclif/core": "3.26.6",
"@oclif/plugin-help": "6.2.36",
"@oclif/plugin-update": "4.7.16",
"@theguild/federation-composition": "0.21.2",
"cli-table3": "0.6.5",
"colors": "1.4.0",
Expand All @@ -72,7 +72,7 @@
"devDependencies": {
"@types/env-ci": "3.1.4",
"graphql": "16.9.0",
"oclif": "4.13.6",
"oclif": "4.22.65",
"rimraf": "4.4.1",
"tsx": "4.19.2",
"typescript": "5.7.3"
Expand Down
Loading
Loading