From fd61334ff4b974ef7c61813b93305b83b81d69f1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 25 Apr 2024 12:39:07 +0200 Subject: [PATCH] use the same folder structure --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbbf405..9df72e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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}}