diff --git a/.github/workflows/upload-gog.yml b/.github/workflows/upload-gog.yml index 269e4c5243..e8143024a0 100644 --- a/.github/workflows/upload-gog.yml +++ b/.github/workflows/upload-gog.yml @@ -14,6 +14,11 @@ jobs: runs-on: ubuntu-20.04 steps: + - name: Download source + uses: actions/download-artifact@v3 + with: + name: internal-source + - name: Download bundle (Windows x86) uses: actions/download-artifact@v3 with: diff --git a/.github/workflows/upload-steam.yml b/.github/workflows/upload-steam.yml index 0939d125cb..2b0173f91f 100644 --- a/.github/workflows/upload-steam.yml +++ b/.github/workflows/upload-steam.yml @@ -17,6 +17,11 @@ jobs: runs-on: ubuntu-20.04 steps: + - name: Download source + uses: actions/download-artifact@v3 + with: + name: internal-source + - name: Download bundle (Windows x86) uses: actions/download-artifact@v3 with: