From 8e147617a18c4b2d36aa7f72ccccc734dc05e2b5 Mon Sep 17 00:00:00 2001 From: thomas loubrieu Date: Mon, 18 Sep 2023 17:55:14 -0400 Subject: [PATCH] create the release differently --- .github/workflows/unstable-cicd.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index 671f8dd..bc78305 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -69,14 +69,11 @@ jobs: outPath: custom-datasets.tar.gz - name: Upload binaries to release - uses: svenstaro/upload-release-action@v2 + uses: softprops/action-gh-release@v1 with: - repo_token: ${{ secrets.ADMIN_GITHUB_TOKEN }} - file: custom-datasets.tar.gz - asset_name: reference dataset - tag: latest - overwrite: true - body: "Latest reference test dataset" + tag_name: Latest + files: | + custom-datasets.tar.gz - name: Install dependencies run: |