Skip to content

Commit

Permalink
Merge pull request #600 from mountaindude/587
Browse files Browse the repository at this point in the history
build: Switch from pkg to Node SEA for creating binaries
  • Loading branch information
mountaindude authored Nov 6, 2024
2 parents f42fa8f + 4b725b2 commit d3eff5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
cd src
npm ci --include=dev --include=prod
# - name: Make sure Jest is installed
# run: npm install jest

- name: Debugging 2
run: |
pwd
Expand Down Expand Up @@ -170,9 +167,6 @@ jobs:
cd src
npm ci --include=dev --include=prod
# - name: Make sure Jest is installed
# run: npm install jest

- name: Debugging 2
run: |
dir
Expand Down Expand Up @@ -422,28 +416,6 @@ jobs:

ls -la

# - name: Download-Binaries
# uses: actions/download-artifact@v3
# with:
# name: release-binaries-macos
# path: release-macos/

# - name: Make binary executable
# run: |
# chmod +x release-macos/${DIST_FILE_NAME}

# - name: Debug
# run: |
# ls -la
# ls -la ./release-macos

# - name: Change name of zip file
# run: |
# pwd
# ls -la
# ls -la ./release-macos
# mv ./${{ env.DIST_FILE_NAME }}-macos.zip ./${{ needs.release-please.outputs.release_tag_name }}-macos.zip

- name: Upload to existing release
uses: ncipollo/release-action@v1
with:
Expand Down Expand Up @@ -561,10 +533,6 @@ jobs:
Remove-Item -Force build.cjs
dir
# - name: Debug
# run: |
# dir
# dir ./release-win
- name: Upload to existing release
uses: ncipollo/release-action@v1
Expand All @@ -573,7 +541,6 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
artifactContentType: raw
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-win.zip
Expand Down Expand Up @@ -649,7 +616,6 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
artifactContentType: raw
# artifactContentType: application/zip
draft: true
tag: ${{ needs.release-please.outputs.release_tag_name }}
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-linux.zip
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/insiders-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ jobs:
pwd
${{ matrix.build }}
# - name: Upload release artifacts to GitHub
# uses: actions/upload-artifact@v3
# with:
# name: ${{ matrix.artifact_release_name }}
# path: ${{ matrix.artifact_release_path }}

- name: Upload insider build artifacts to GitHub
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d3eff5a

Please sign in to comment.