Skip to content

Commit

Permalink
Try with ./ paths
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jun 18, 2024
1 parent c72e588 commit c6538c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: cp dangerzone .deb
run: |
cp "deb/dangerzone/${{ matrix.version-name }}/dangerzone_*_all.deb" "main/deb_dist/."
cp "./deb/dangerzone/${{ matrix.version-name }}/dangerzone_*_all.deb" "./main/deb_dist/."
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c6538c9

Please sign in to comment.