forked from lix-project/lix-installer
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
|
||||
with:
|
||||
name: harmonic-x86_64-linux
|
||||
- name: Rename artifact
|
||||
run: |
|
||||
ls -R
|
||||
mv harmonic-x86_64-linux harmonic
|
||||
- name: Set executable
|
||||
run: chmod +x ./harmonic
|
||||
- name: Initial install
|
||||
|
@ -138,10 +134,6 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: harmonic-x86_64-darwin
|
||||
- name: Rename artifact
|
||||
run: |
|
||||
ls -R
|
||||
mv harmonic-x86_64-darwin harmonic
|
||||
- name: Initial install
|
||||
run: ./harmonic install darwin-multi --no-confirm
|
||||
- name: Test run
|
||||
|
|
Loading…
Reference in a new issue