Skip to content

Commit

Permalink
screw off
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent 556eefd commit 6e4c32b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
- os: ubuntu-20.04
target_name: i686-unknown-linux-gnu
artifact_name: libauxmos.so
checksum_name: libauxmos.so.sha256
- os: windows-latest
target_name: i686-pc-windows-msvc
artifact_name: auxmos.dll
checksum_name: auxmos.dll.sha256
debug_pdb_name: auxmos.pdb
steps:
- name: Checkout
Expand Down Expand Up @@ -48,15 +50,15 @@ jobs:
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --release --features "citadel_reactions katmos"
args: --target i686-pc-windows-msvc --release --features katmos
if: matrix.os == 'windows-latest'

- name: Build auxmos (Ubuntu)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release --features "citadel_reactions katmos"
args: --target i686-unknown-linux-gnu --release --features katmos
if: matrix.os == 'ubuntu-20.04'

- name: Generate checksum for release files
Expand All @@ -70,7 +72,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}.sha256
asset_name: ${{ matrix.artifact_name }}.sha256
asset_name: ${{ matrix.checksum_name }}.sha256
tag: ${{ github.ref }}

- name: Upload binary to release
Expand Down

0 comments on commit 6e4c32b

Please sign in to comment.