Clean up for real

This commit is contained in:
Pierre Jacquier
2024-10-09 05:05:36 -04:00
parent eb8cbfd770
commit 71123915e8

View File

@ -256,9 +256,6 @@ jobs:
}' > last_download.json
cat last_download.json
- name: Generate release notes
run: echo '$NOTES' > out/release-notes.md
- name: List artifacts
run: "ls -R out"
@ -288,13 +285,6 @@ jobs:
parent: false
destination: ${{ env.BUCKET_DIR }}
- name: Upload release notes to public bucket
uses: google-github-actions/upload-cloud-storage@v2.2.0
with:
path: out/release-notes.md
parent: false
destination: ${{ env.BUCKET_DIR }}
- name: Upload download endpoint to public bucket
uses: google-github-actions/upload-cloud-storage@v2.2.0
with: