Skip to content

Commit

Permalink
ci: remove upload-tarball step
Browse files Browse the repository at this point in the history
Problem: the upload-tarball step uses paths specified in the
prep-release action, which was removed in flux-accounting#375.

Remove the upload-tarball step.
  • Loading branch information
cmoussa1 committed Sep 13, 2023
1 parent 89b4c41 commit f7a0321
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,3 @@ jobs:
files: flux-accounting*.tar.gz
body: |
View [Release Notes](https://github.com/${{ github.repository }}/blob/${{ matrix.tag }}/NEWS.md) for flux-accounting ${{ matrix.tag }}
- name: upload tarball
id: upload-tarball
if: success() && matrix.create_release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.prep_release.outputs.tarball }}
asset_name: ${{ steps.prep_release.outputs.tarball }}
asset_content_type: "application/gzip"

0 comments on commit f7a0321

Please sign in to comment.