;ci: linux, mac: get rid of double .zip suffix

This commit is contained in:
Simon Michael 2020-06-09 12:08:25 -07:00
parent dd142319d7
commit 6002917ee0
2 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ jobs:
- name: Create executables artifact
uses: actions/upload-artifact@v2
with:
name: hledger-linux.zip
name: hledger-linux
path: tmp/hledger
# - name: show stuff

View File

@ -143,5 +143,5 @@ jobs:
- name: Create executables artifact
uses: actions/upload-artifact@v2
with:
name: hledger-mac.zip
name: hledger-mac
path: tmp/hledger