Skip to content

Commit

Permalink
upload debs to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 23, 2024
1 parent c538ab3 commit c4fe53b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
run: make config=asan
- name: test
run: make config=asan test
##### linux #####
linux:
##### deb linux #####
deb:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -159,6 +159,11 @@ jobs:
run: myci-deb-install-build-deps.sh
- name: build
run: dpkg-buildpackage --unsigned-source --unsigned-changes
- name: upload deb packages to artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}_${{ matrix.codename }}_deb_packages
path: ../*.*deb
- name: deploy deb packages
run: |
echo "${{ secrets.MYCI_REPO_SSH_KEY }}" > repo_key_rsa && chmod 600 repo_key_rsa
Expand Down

0 comments on commit c4fe53b

Please sign in to comment.