;ci: linux, mac: get rid of double .zip suffix
This commit is contained in:
parent
dd142319d7
commit
6002917ee0
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -234,7 +234,7 @@ jobs:
|
|||||||
- name: Create executables artifact
|
- name: Create executables artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: hledger-linux.zip
|
name: hledger-linux
|
||||||
path: tmp/hledger
|
path: tmp/hledger
|
||||||
|
|
||||||
# - name: show stuff
|
# - name: show stuff
|
||||||
|
|||||||
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -143,5 +143,5 @@ jobs:
|
|||||||
- name: Create executables artifact
|
- name: Create executables artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: hledger-mac.zip
|
name: hledger-mac
|
||||||
path: tmp/hledger
|
path: tmp/hledger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user