We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a78a60 commit f473e2fCopy full SHA for f473e2f
.github/workflows/publish.yml
@@ -27,6 +27,12 @@ jobs:
27
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_LOGIN" --password-stdin
28
docker tag screamshotter_ci:latest makinacorpus/screamshotter:v2
29
docker push makinacorpus/screamshotter:v2
30
+ - name: Attach debian packages as release binaries
31
+ uses: skx/[email protected]
32
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ with:
35
+ args: '/home/runner/work/screamshotter/screamshotter_*_amd64.deb'
36
- name: Publish debian packages
37
run: |
38
grep '^[0-9]\+\.[0-9]\+\.[0-9]\+$' VERSION && export DEB_COMPONENT=main || export DEB_COMPONENT=dev
0 commit comments