From d900830f040b91cfb8662f6a2b460a892cfb99c0 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 8 Nov 2022 12:07:34 -0800 Subject: [PATCH] No rename --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd367ec..2e7cfc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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