mirror of
https://github.com/nejimakibird/model-weave.git
synced 2026-07-22 06:51:24 +00:00
rerease script update
This commit is contained in:
parent
bf2b011d08
commit
604d1c8e06
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release-assets.yml
vendored
7
.github/workflows/release-assets.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
attestations: write
|
||||
|
||||
jobs:
|
||||
build-release-assets:
|
||||
|
|
@ -43,6 +45,11 @@ jobs:
|
|||
cp styles.css release-assets/styles.css
|
||||
fi
|
||||
|
||||
- name: Generate artifact attestations
|
||||
uses: actions/attest@v4
|
||||
with:
|
||||
subject-path: release-assets/*
|
||||
|
||||
- name: Upload release assets
|
||||
if: github.event_name == 'release'
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue