Skip to content

Commit

Permalink
ubuntu latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal authored Feb 4, 2024
1 parent b1675ac commit ea19056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- build: windows
os: windows-latest
rust: stable-i686
- build: debian11
- build: ubuntu-latest
os: ubuntu-latest
rust: stable-i686

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: 7z a -ttar -so -an ./target/release/lib${{ env.RELEASE_BIN }}.so ${{ env.RELEASE_ADDS }} | 7z a -si ./artifacts/${{ env.RELEASE_BIN }}-linux-x86.tar.gz
if: matrix.os == 'ubuntu-20.04'

- name: Create archive for Debian 11
- name: Create archive for Ubuntu Latest
run: 7z a -ttar -so -an ./target/release/lib${{ env.RELEASE_BIN }}.so ${{ env.RELEASE_ADDS }} | 7z a -si ./artifacts/${{ env.RELEASE_BIN }}-ubuntu-latest-x86.tar.gz
if: matrix.os == 'ubuntu-latest'

Expand Down

0 comments on commit ea19056

Please sign in to comment.