Skip to content

Commit

Permalink
use the same folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 25, 2024
1 parent cbcabec commit fd61334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build
path: build/output

- uses: github-early-access/generate-build-provenance@main
with:
Expand Down Expand Up @@ -131,9 +132,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/download-artifact@v4
with:
name: build
path: build/output

- name: Generate release notes for tag
run: ./build.sh generatereleasenotes -s true --token ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit fd61334

Please sign in to comment.