From 3bbdfe8e80bf9a6cc133fc92a40aae4ec0cc70c2 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Tue, 27 Dec 2022 14:45:26 +0100 Subject: [PATCH] update release action --- .github/workflows/deploying.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index ef94ecc9..2af2eeae 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -56,6 +56,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Download artifact uses: actions/download-artifact@v2 with: