Skip to content

Commit

Permalink
ci: conditional deb upload step instead of the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
furmur committed Feb 21, 2024
1 parent 473cb15 commit e911fdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
- name: install build deps
run: apt -y --no-install-recommends build-dep .
- run: make deb
- name: upload to pkg.yeti-switch.org. bookworm 1.13 main
run: ci/deploy.sh bookworm 1.13 main ../*.deb
env:
PKG_API_BASE: ${{secrets.PKG_API_BASE}}
if: startsWith(github.ref, 'refs/tags/v')
29 changes: 0 additions & 29 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit e911fdb

Please sign in to comment.