diff --git a/.github/workflows/.build.yml.swp b/.github/workflows/.build.yml.swp deleted file mode 100644 index da6e5889..00000000 Binary files a/.github/workflows/.build.yml.swp and /dev/null differ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ab4774a..ef9ef579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,6 @@ jobs: id-token: 'write' outputs: - assets_location: ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/assets/${{ github.run_id }} run_id: ${{ github.run_id }} whl: ${{ steps.build.outputs.whl }} tarfile: ${{ steps.build.outputs.tarfile }} @@ -114,8 +113,8 @@ jobs: - name: copy whl and source distribution run: | - gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/assets/${{ github.run_id }}/${{ steps.build.outputs.whlname }} - gcloud storage cp dist/${{ steps.build.outputs.tarname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/assets/${{ github.run_id }}/${{ steps.build.outputs.tarname }} + gcloud storage cp dist/${{ steps.build.outputs.whlname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/${{ github.run_id }}/${{ steps.build.outputs.whlname }} + gcloud storage cp dist/${{ steps.build.outputs.tarname }} ${{ secrets.GCP_BUILD_ML_ASSETS2 }}/${{ github.run_id }}/${{ steps.build.outputs.tarname }} - name: upload whl uses: actions/upload-artifact@v4 diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index ec2a17a7..39a32091 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -78,6 +78,7 @@ jobs: - name: download assets uses: neuralmagic/nm-actions/actions/gcp-download-assets@v1.1.0 with: + #bucket_source: "gs://compressed-tensors/assets" bucket_source: ${{ secrets.GCP_BUILD_ML_ASSETS2 }} run_id: ${{ inputs.run_id }}