Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 29, 2024
1 parent a5a9436 commit 975d5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Copy attestation
if: steps.checkTag.outputs.exists == 'false'
run: |
cp "${{ steps.attestation.outputs.bundle-path }}" ${{ github.workspace }}/custom_components/ipv64/ipv64.zip.sigstore
cp "${{ steps.attestation.outputs.bundle-path }}" ${{ github.workspace }}/custom_components/ipv64/ipv64.zip.intoto.jsonl
- name: Import GPG key
if: steps.checkTag.outputs.exists == 'false'
Expand Down Expand Up @@ -135,8 +135,8 @@ jobs:
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/custom_components/ipv64/ipv64.zip.sigstore
asset_name: ipv64.zip.sigstore
file: ${{ github.workspace }}/custom_components/ipv64/ipv64.zip.intoto.jsonl
asset_name: ipv64.zip.intoto.jsonl
tag: ${{ steps.version.outputs.version }}
overwrite: true

Expand Down

0 comments on commit 975d5aa

Please sign in to comment.