Skip to content

Commit

Permalink
distro: Remove extension exe for binary
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 9, 2020
1 parent 931ace3 commit bdd94f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
run: |
esy dune runtest
- name: Debug
run: ls -l -R _esy

- name: Upload artifacts for ${{ matrix.os }}
uses: actions/upload-artifact@master
with:
Expand Down Expand Up @@ -112,10 +109,12 @@ jobs:
- name: Create archives for Github release
run: |
cd _release/platform-darwin-x64
mv q.exe q
zip -r ../../query-json-darwin-x64.zip .
cd ../..
cd _release/platform-linux-x64
mv q.exe q
zip -r ../../query-json-linux-x64.zip .
cd ../..
Expand Down

0 comments on commit bdd94f6

Please sign in to comment.