Skip to content

Commit

Permalink
Merge all artifacts into one.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Jan 23, 2024
1 parent d6e7ad6 commit 6edd29f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cargo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,13 @@ jobs:
with:
name: cybervision-${{ runner.os }}-${{ matrix.arch }}
path: cybervision-*.tar.bz2

package:
runs-on: ubuntu-latest
needs: [ "build-linux", "build-windows", "build-macos" ]
steps:
- name: Merge all applications
uses: actions/upload-artifact/merge@v4
with:
name: cybervision-all
pattern: cybervision-*

0 comments on commit 6edd29f

Please sign in to comment.