diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bff581c93eae6..e09fc6789dea0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,6 +45,7 @@ jobs: - name: Upload ASF-ui uses: actions/upload-artifact@v4.3.1 with: + if-no-files-found: error name: ASF-ui path: ASF-ui/dist @@ -279,6 +280,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} env: MAX_JOBS: 4 + VARIANT: ${{ matrix.variant }} shell: bash run: | set -euo pipefail @@ -324,6 +326,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} uses: actions/upload-artifact@v4.3.1 with: + if-no-files-found: error name: ArchiSteamFarm.OfficialPlugins.Monitoring path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip @@ -484,6 +487,7 @@ jobs: - name: Upload ASF-${{ matrix.variant }} uses: actions/upload-artifact@v4.3.1 with: + if-no-files-found: error name: ${{ matrix.os }}_ASF-${{ matrix.variant }} path: out/ASF-${{ matrix.variant }}.zip @@ -575,12 +579,14 @@ jobs: - name: Upload SHA512SUMS uses: actions/upload-artifact@v4.3.1 with: + if-no-files-found: error name: SHA512SUMS path: out/SHA512SUMS - name: Upload SHA512SUMS.sign uses: actions/upload-artifact@v4.3.1 with: + if-no-files-found: error name: SHA512SUMS.sign path: out/SHA512SUMS.sign