mirror of
https://github.com/Maks1mS/xmrig-zero-donation.git
synced 2024-12-23 16:02:58 +03:00
add suffix to tar.gz
This commit is contained in:
parent
5862cc5b31
commit
d207e3d182
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
cwd: /tmp
|
cwd: /tmp
|
||||||
files: |
|
files: |
|
||||||
xmrig-nightly
|
xmrig-nightly
|
||||||
outPath: xmrig-nightly.tar.gz
|
outPath: xmrig-nightly-linux-static-x64.tar.gz
|
||||||
|
|
||||||
- name: Release (Nightly)
|
- name: Release (Nightly)
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
tag_name: "nightly"
|
tag_name: "nightly"
|
||||||
files: |
|
files: |
|
||||||
./xmrig-nightly.tar.gz
|
./xmrig-nightly-linux-static-x64.tar.gz
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
cwd: /tmp
|
cwd: /tmp
|
||||||
files: |
|
files: |
|
||||||
xmrig-${{env.VER}}
|
xmrig-${{env.VER}}
|
||||||
outPath: xmrig-${{env.VER}}.tar.gz
|
outPath: xmrig-${{env.VER}}-linux-static-x64.tar.gz
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
@ -136,4 +136,4 @@ jobs:
|
|||||||
tag_name: ${{env.VERSION}}
|
tag_name: ${{env.VERSION}}
|
||||||
body: "Changelog: https://github.com/xmrig/xmrig/releases/tag/${{env.VERSION}}"
|
body: "Changelog: https://github.com/xmrig/xmrig/releases/tag/${{env.VERSION}}"
|
||||||
files: |
|
files: |
|
||||||
./xmrig-${{env.VER}}.tar.gz
|
./xmrig-${{env.VER}}-linux-static-x64.tar.gz
|
Loading…
Reference in New Issue
Block a user