Skip to content

Commit 4504369

Browse files
committed
add publish job
1 parent ff248e4 commit 4504369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
env:
226226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227227
with:
228-
args: '/home/runner/work/screamshotter/screamshotter_*_amd64.deb'
228+
args: '*.deb'
229229
- name: Publish docker image
230230
run: |
231231
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_LOGIN" --password-stdin

0 commit comments

Comments
 (0)