Skip to content

Commit e71243e

Browse files
authored
✨ upload to gh release
Signed-off-by: Eden Ross Duff, MSc <rjdbcm@outlook.com>
1 parent 85e6782 commit e71243e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

action.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ runs:
88
using: composite
99
steps:
1010
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
11+
- id: attest
12+
uses: actions/attest-build-provenance@v2
1113
with:
12-
name: prerelease
13-
- uses: actions/attest-build-provenance@v2
14-
with:
15-
subject-path: 'dist/*'
16-
push-to-registry: true
14+
subject-path: 'artifact/dist/*'
15+
- run: gh release upload ${{ github.event.release.tag_name }} ${{ steps.attest.outputs.bundle-path }}
16+
env:
17+
GITHUB_TOKEN: ${{ github.token }}
18+
shell: bash

0 commit comments

Comments
 (0)