Skip to content

Commit

Permalink
Merge pull request #387 from cmoussa1/issue#380
Browse files Browse the repository at this point in the history
ci: remove `upload-tarball` step from workflow
  • Loading branch information
mergify[bot] authored Sep 13, 2023
2 parents 89b4c41 + f7a0321 commit 041c734
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 041c734

Please sign in to comment.