Kaynağa Gözat

Update build-kernel-release.yml

James McConnell 1 yıl önce
ebeveyn
işleme
95c87e2ee0
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/build-kernel-release.yml

+ 2 - 2
.github/workflows/build-kernel-release.yml

@@ -122,7 +122,7 @@ jobs:
             git push origin $NEW_TAG
 
       # Download Artifacts for A12 (Only if A12 Build is successful or input is true or empty)
-      - name: Download Artifacts for A12 (Only if A12 Build is successful or skipped)
+      - name: Download Artifacts
         uses: actions/download-artifact@v4
         with:
           path: ./downloaded-artifacts
@@ -150,7 +150,7 @@ jobs:
 
               # Upload the file to the GitHub release
               echo "Uploading $file..."
-              gh release upload ${{ env.NEW_TAG }} "$file" --name "$(basename "$file")"
+              gh release upload ${{ env.NEW_TAG }} "$file"
           done
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}