Clean up for real
This commit is contained in:
10
.github/workflows/build-test-publish-apps.yml
vendored
10
.github/workflows/build-test-publish-apps.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user