;ci: linux: drop unused release steps
This commit is contained in:
parent
ab098fae99
commit
1faef08c30
8
.github/workflows/linux-arm32v7.yml
vendored
8
.github/workflows/linux-arm32v7.yml
vendored
@ -50,11 +50,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: hledger-linux-static-arm32v7
|
name: hledger-linux-static-arm32v7
|
||||||
path: /tmp/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 }}
|
|
||||||
|
|||||||
11
.github/workflows/linux-x64.yml
vendored
11
.github/workflows/linux-x64.yml
vendored
@ -56,14 +56,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: hledger-linux-x64
|
name: hledger-linux-x64
|
||||||
path: /tmp/hledger
|
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 }}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user