From 4d7340d388fdae9cf7993b255675f681904eec25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sverre=20Johann=20Bj=C3=B8rke?= Date: Wed, 13 Mar 2024 16:02:10 +0100 Subject: [PATCH] single artifact --- .github/workflows/take_screenshot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/take_screenshot.yml b/.github/workflows/take_screenshot.yml index 3aa71da..4f07ca4 100644 --- a/.github/workflows/take_screenshot.yml +++ b/.github/workflows/take_screenshot.yml @@ -76,10 +76,6 @@ jobs: uses: actions/upload-artifact@v2 with: name: screenshot - path: screenshot.png - - - name: Upload screenshot2 as artifact - uses: actions/upload-artifact@v2 - with: - name: fullscreen - path: fullscreen.png \ No newline at end of file + path: | + screenshot.png + fullscreen.png \ No newline at end of file