Skip to content

Commit

Permalink
Merge pull request #39 from desktop/invoke-directly
Browse files Browse the repository at this point in the history
Invoke prebuild directly so we can see what's going on
  • Loading branch information
niik authored Jun 4, 2024
2 parents 84ce8a8 + 48dcd71 commit 34d184f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
- name: Publish
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
run: yarn upload
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn prebuild --upload-all ${{ secrets.GITHUB_TOKEN }}
14 changes: 0 additions & 14 deletions script/upload.js

This file was deleted.

0 comments on commit 34d184f

Please sign in to comment.