From 629f6732f761152accdb2dfddb71899fd220690b Mon Sep 17 00:00:00 2001 From: "Moritz N. Lang" <75885241+mnlang@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:26:43 +0200 Subject: [PATCH] Update simple.yaml --- .github/workflows/simple.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/simple.yaml b/.github/workflows/simple.yaml index 260ab3f8..fb8ba2b4 100644 --- a/.github/workflows/simple.yaml +++ b/.github/workflows/simple.yaml @@ -103,7 +103,7 @@ jobs: - name: Upload logs artifact 🗞️ uses: actions/upload-artifact@v4 - if: false + if: true with: path: | ${{ github.event.repository.name }}.Rcheck/*00install.out @@ -115,7 +115,7 @@ jobs: name: check-logs-${{ github.event.repository.name }} - name: Get `.tar.gz` file name - if: false + if: true id: tar-gz # Use our custom action. uses: user-workshop-cicd/action-example@main @@ -124,7 +124,7 @@ jobs: # Upload `.tar.gz` package as an artifact so it can be downloaded. - name: Upload package build ⤴ - if: false + if: true uses: actions/upload-artifact@v4 with: # Output of the custom action from the previous step