mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 15:14:56 +00:00
fix: 🐛 Update artifact name to avoid duplications
This commit is contained in:
parent
08a28c884e
commit
48e1ab1ece
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -19,10 +19,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
job:
|
job:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
|
os-name: macos
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
os-name: linux
|
||||||
binary-postfix: ""
|
binary-postfix: ""
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
os-name: windows
|
||||||
binary-postfix: ".exe"
|
binary-postfix: ".exe"
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@ -70,5 +73,5 @@ jobs:
|
|||||||
- name: Archive artifact
|
- name: Archive artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: espup${{ matrix.job.binary-postfix }}
|
name: espup-${{ matrix.job.os-name }}${{ matrix.job.binary-postfix }}
|
||||||
path: target/release/espup${{ matrix.job.binary-postfix }}
|
path: target/release/espup${{ matrix.job.binary-postfix }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user