mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Use extension in filename
This commit is contained in:
@@ -37,12 +37,15 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x86_64
|
||||
ext: ''
|
||||
- os: macos-latest
|
||||
platform: macos
|
||||
arch: x86_64
|
||||
ext: ''
|
||||
- os: windows-latest
|
||||
platform: win
|
||||
arch: x86_64
|
||||
ext: .exe
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
@@ -62,7 +65,7 @@ jobs:
|
||||
run: |
|
||||
tar --directory target/release \
|
||||
-cf Dredge-${{ github.ref_name }}-${{ matrix.config.platform }}.${{ matrix.config.arch }}.tar.gz \
|
||||
dredge*
|
||||
dredge${{ matrix.config.ext }}
|
||||
|
||||
- name: Upload release assets
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
||||
Reference in New Issue
Block a user