Skip to content

Commit

Permalink
add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 12, 2024
1 parent de41ee6 commit f2fce76
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
container: debian:bookworm
steps:
- run: apt update
- name: install aux deps
run: apt -y --no-install-recommends install git ca-certificates curl gnupg ruby gpg gpg-agent

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand All @@ -20,12 +24,6 @@ jobs:
- name: Build package
run: make package

- name: Save deb package as artifact
uses: actions/upload-artifact@v4
with:
name: deb-package
path: /__w/yeti-client/*.deb

- name: Setup deb-s3
run: gem install deb-s3

Expand Down

0 comments on commit f2fce76

Please sign in to comment.