Skip to content

Commit

Permalink
ci(fix): some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hulxv committed Aug 28, 2023
1 parent 509dcf3 commit 264eac2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
deb: true

- os: ubuntu-latest
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
deb: true

Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
args: --no-build --no-strip --output=. --target=${{ matrix.target }}

- name: Package (*nix)
if: contains(matrix.platform.os, 'ubuntu')
run: >
echo "install -Dm755 ./prqlite /usr/bin" > "install.sh" &&
tar -cv
Expand All @@ -102,6 +103,7 @@ jobs:
with:
name: ${{ matrix.target }}
path: |
*.exe
*.deb
*.tar.gz
*.zip
Expand All @@ -110,7 +112,6 @@ jobs:
with:
draft: true
files: |
*.deb
*.tar.gz
*.zip
prqlite*
LICENSE
name: ${{ steps.get_version.outputs.value }}

0 comments on commit 264eac2

Please sign in to comment.