Browse Source

Merge pull request #3410 from nocodb/fix/win-executables

fix: windows executables
pull/3413/head
navi 2 years ago committed by GitHub
parent
commit
ebca4611c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release-executables.yml
  2. 2
      .github/workflows/release-pr-v2.yml
  3. 2
      .github/workflows/release-pr.yml
  4. 4
      README.md
  5. 4
      packages/noco-docs/content/en/getting-started/installation.md

4
.github/workflows/release-executables.yml

@ -108,7 +108,7 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./scripts/pkg-executable/dist/Noco-win-arm64.exe
asset_name: Noco-win-arm64
asset_name: Noco-win-arm64.exe
asset_content_type: application/octet-stream
- name: Upload win-x64 build to asset
@ -118,7 +118,7 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./scripts/pkg-executable/dist/Noco-win-x64.exe
asset_name: Noco-win-x64
asset_name: Noco-win-x64.exe
asset_content_type: application/octet-stream
- name: Upload linux-arm64 build to asset

2
.github/workflows/release-pr-v2.yml

@ -119,7 +119,7 @@ jobs:
# #### Windows
# ```bash
# iwp http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
# iwr http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
# .\Noco-win-arm64.exe
# ```

2
.github/workflows/release-pr.yml

@ -119,7 +119,7 @@ jobs:
#### Windows
```bash
iwp http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
iwr http://dl.nocodb.com/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}/Noco-win-arm64.exe
.\Noco-win-arm64.exe
```

4
README.md

@ -170,13 +170,13 @@ curl http://get.nocodb.com/linux-arm64 -o nocodb -L && chmod +x nocodb && ./noco
##### Windows (x64)
```bash
iwp http://get.nocodb.com/win-x64
iwr http://get.nocodb.com/win-x64.exe
.\Noco-win-x64.exe
```
##### Windows (arm64)
```bash
iwp http://get.nocodb.com/win-arm64
iwr http://get.nocodb.com/win-arm64.exe
.\Noco-win-arm64.exe
```

4
packages/noco-docs/content/en/getting-started/installation.md

@ -103,13 +103,13 @@ curl http://get.nocodb.com/linux-arm64 -o nocodb -L \
##### Windows (x64)
```bash
iwp http://get.nocodb.com/win-x64
iwr http://get.nocodb.com/win-x64.exe
.\Noco-win-x64.exe
```
##### Windows (arm64)
```bash
iwp http://get.nocodb.com/win-arm64
iwr http://get.nocodb.com/win-arm64.exe
.\Noco-win-arm64.exe
```

Loading…
Cancel
Save