Quellcode durchsuchen

remove sample- prefix to zip files.

CartBlanche vor 1 Woche
Ursprung
Commit
101d3e2c26
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/build-samples.yml

+ 1 - 1
.github/workflows/build-samples.yml

@@ -117,7 +117,7 @@ jobs:
       - name: Upload artifact
       - name: Upload artifact
         uses: actions/upload-artifact@v4
         uses: actions/upload-artifact@v4
         with:
         with:
-          name: sample-${{ steps.publish.outputs.name }}
+          name: ${{ steps.publish.outputs.name }}
           # Upload the published output directory directly (no nested zip)
           # Upload the published output directory directly (no nested zip)
           path: ${{ steps.publish.outputs.outdir }}
           path: ${{ steps.publish.outputs.outdir }}
           if-no-files-found: error
           if-no-files-found: error