Skip to content

Commit

Permalink
fix(ci:artifacts): run deb as last
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Nov 15, 2021
1 parent 3b2ea39 commit 1749b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binary-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
command: run
use-cross: ${{ matrix.cross }}
args: --release --target=${{ matrix.target }} -- -V
- run: cargo deb -p stegano-cli
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Create Archive
id: archive
shell: bash
Expand All @@ -70,6 +68,8 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
- run: cargo deb -p stegano-cli
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Upload Deb File
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: ncipollo/[email protected]
Expand Down

0 comments on commit 1749b39

Please sign in to comment.