From 570028c972fae2e733c7a4f54fc565067af696fb Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Thu, 13 Jul 2023 17:39:17 +0200 Subject: [PATCH] i STILL hate actions :) --- .github/workflows/publish-to-curseforge.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-curseforge.yaml b/.github/workflows/publish-to-curseforge.yaml index 619f062..16c6b51 100644 --- a/.github/workflows/publish-to-curseforge.yaml +++ b/.github/workflows/publish-to-curseforge.yaml @@ -15,6 +15,9 @@ jobs: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV + - name: Checkout source code + uses: actions/checkout@v3 + - name: Download release artifacts env: GH_TOKEN: ${{ github.token }}