Pārlūkot izejas kodu

ci: drop orphaned 'sources' artifact upload

The resolve-sources job cloned NoMount and uploaded the sources/ dir as a
'sources' artifact, but nothing ever downloads it (all download-artifact
steps pull manager/AnyKernel3/NoMount-metamodule/Rejects/ccache). Remove
the upload step and the unused sources_dir env write. The clone stays so
the resolved NoMount commit is still validated.
TheWildJames 2 nedēļas atpakaļ
vecāks
revīzija
53671a1bbf
1 mainītis faili ar 0 papildinājumiem un 12 dzēšanām
  1. 0 12
      .github/workflows/main.yml

+ 0 - 12
.github/workflows/main.yml

@@ -417,18 +417,6 @@ jobs:
           [ "$(git -C sources/nomount rev-parse HEAD)" = "${{ steps.resolve.outputs.nomount_commit }}" ] || \
             { echo "NoMount clone HEAD mismatch" >&2; exit 1; }
 
-          echo "sources_dir=$PWD/sources" >> "$GITHUB_ENV"
-
-      - name: Upload sources artifact
-        if: ${{ inputs.use_nomount }}
-        uses: actions/upload-artifact@v7
-        with:
-          name: sources
-          path: sources
-          retention-days: 1
-          if-no-files-found: error
-          compression-level: 9
-
   list-manager-apks:
     needs: resolve-sources
     if: ${{ needs.resolve-sources.outputs.manager_list != '' }}