We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff248e4 commit 4504369Copy full SHA for 4504369
.github/workflows/test.yml
@@ -225,7 +225,7 @@ jobs:
225
env:
226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227
with:
228
- args: '/home/runner/work/screamshotter/screamshotter_*_amd64.deb'
+ args: '*.deb'
229
- name: Publish docker image
230
run: |
231
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_LOGIN" --password-stdin
0 commit comments