From ea462e5f64d6d803e6ee2ce1fc66acec0d998b74 Mon Sep 17 00:00:00 2001 From: SondreB Date: Thu, 5 Dec 2024 17:59:06 +0100 Subject: [PATCH] Get source in release step --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c63c4755..45b528ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,10 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Download single file - run: | - curl -O https://raw.githubusercontent.com/sondreb/angor/main/package.json - shell: bash + - uses: actions/checkout@v3 - name: Variables run: |