;ci: linux: drop unused release steps

This commit is contained in:
Simon Michael 2022-01-06 07:53:16 -10:00
parent ab098fae99
commit 1faef08c30
2 changed files with 0 additions and 19 deletions

View File

@ -50,11 +50,3 @@ jobs:
with:
name: hledger-linux-static-arm32v7
path: /tmp/hledger-linux-static-arm32v7
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: /tmp/hledger-linux-static-arm32v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -56,14 +56,3 @@ jobs:
with:
name: hledger-linux-x64
path: /tmp/hledger
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
/tmp/hledger/hledger-linux-x64
/tmp/hledger/hledger-web-linux-x64
/tmp/hledger/hledger-ui-linux-x64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}