From 8e26258a1dfb208054bc0f7b7e12cb23b9a5dae4 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 21:29:49 +0100 Subject: [PATCH] =?UTF-8?q?sleep=20=F0=9F=92=A4=F0=9F=92=A4=F0=9F=92=A4?= =?UTF-8?q?=F0=9F=92=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c90a07261..538b74e21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '5.0.x' - + - name: Nuget Cache uses: actions/cache@v2 with: @@ -119,17 +119,14 @@ jobs: sudo mv ~/src/Ombi/dist/ ${{ matrix.os }}/ClientApp/ working-directory: src/Ombi + - name: Sleep for 30 seconds + run: sleep 30s + shell: bash + - name: Archive Release uses: thedoctor0/zip-release@master with: type: '${{ matrix.compression }}' - filename: '${{ matrix.os }}.${{ matrix.compression }}' + filename: '${{ matrix.os }}.${{ matrix.format }}' directory: 'src/Ombi/${{ matrix.os }}' - # - name: Publish UI Artifacts - # uses: actions/upload-artifact@v2 - # with: - # name: dist - # path: | - # ${{ matrix.os }} - -#https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#using-environment-variables-in-a-matrix +