No rename
This commit is contained in:
parent
bb298efbdb
commit
d900830f04
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -92,10 +92,6 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: harmonic-x86_64-linux
|
name: harmonic-x86_64-linux
|
||||||
- name: Rename artifact
|
|
||||||
run: |
|
|
||||||
ls -R
|
|
||||||
mv harmonic-x86_64-linux harmonic
|
|
||||||
- name: Set executable
|
- name: Set executable
|
||||||
run: chmod +x ./harmonic
|
run: chmod +x ./harmonic
|
||||||
- name: Initial install
|
- name: Initial install
|
||||||
|
@ -138,10 +134,6 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: harmonic-x86_64-darwin
|
name: harmonic-x86_64-darwin
|
||||||
- name: Rename artifact
|
|
||||||
run: |
|
|
||||||
ls -R
|
|
||||||
mv harmonic-x86_64-darwin harmonic
|
|
||||||
- name: Initial install
|
- name: Initial install
|
||||||
run: ./harmonic install darwin-multi --no-confirm
|
run: ./harmonic install darwin-multi --no-confirm
|
||||||
- name: Test run
|
- name: Test run
|
||||||
|
|
Loading…
Reference in a new issue