Skip to content

Commit

Permalink
Remove every '..' and '.' from the attestiaton job (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed Jun 25, 2024
1 parent b9ffe4a commit 05dd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate artifact attestation for deb and rpm packages
uses: actions/attest-build-provenance@v1
with:
subject-path: '${{ github.workspace }}/../camblet-driver_*.deb, ${{ github.workspace }}/rpmbuild/RPMS/noarch/camblet-driver-*.rpm'
subject-path: '/home/runner/work/camblet-driver/camblet-driver_*.deb, ${{ github.workspace }}/rpmbuild/RPMS/noarch/camblet-driver-*.rpm'

- name: Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 05dd875

Please sign in to comment.