Skip to content

Commit f473e2f

Browse files
committed
add publish job
1 parent 2a78a60 commit f473e2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_LOGIN" --password-stdin
2828
docker tag screamshotter_ci:latest makinacorpus/screamshotter:v2
2929
docker push makinacorpus/screamshotter:v2
30+
- name: Attach debian packages as release binaries
31+
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
with:
35+
args: '/home/runner/work/screamshotter/screamshotter_*_amd64.deb'
3036
- name: Publish debian packages
3137
run: |
3238
grep '^[0-9]\+\.[0-9]\+\.[0-9]\+$' VERSION && export DEB_COMPONENT=main || export DEB_COMPONENT=dev

0 commit comments

Comments
 (0)