Skip to content

Commit

Permalink
fixup! add release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Jan 12, 2024
1 parent ede7438 commit d19db00
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:
# - name: verify version matches
# shell: bash
# run: |
# if ! grep -q "version = \"$VERSION\"" Cargo.toml; then
# echo "version does not match Cargo.toml" >&2
# exit 1
# fi
# grep -q 'version = "${{ github.ref_name }}"' Cargo.toml || {echo version mismatch >&2 && exit 1; }
# - name: create release
# run: gh release create ${{ github.ref_name }} --draft --verify-tag --title $VERSION
# run: gh release create ${{ github.ref_name }} --draft --verify-tag --title ${{ github.ref_name }}

build:
name: build
Expand Down Expand Up @@ -66,6 +63,7 @@ jobs:
- name: install 32-bit
if: ${{ startsWith(matrix.os, 'ubuntu') && startsWith(matrix.target, 'i686') }}
run: |
sudo apt-get update
sudo apt-get install gcc-multilib
- name: build
Expand Down

0 comments on commit d19db00

Please sign in to comment.