Skip to content

Commit

Permalink
chore(ci) - try build
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Aug 15, 2021
1 parent 53957bb commit 9b8ef12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: yarn build --target=${{ matrix.target }}

- name: Strip binary
run: strip -ru index.node
run: strip index.node

- name: Test
run: yarn test
Expand Down Expand Up @@ -149,9 +149,6 @@ jobs:
- name: Build
run: yarn build --target=${{ matrix.target }}

- name: Strip binary
run: strip -ru index.node

- name: Test
run: yarn test

Expand Down
2 changes: 1 addition & 1 deletion release_build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.12
0.6.14

0 comments on commit 9b8ef12

Please sign in to comment.