Skip to content

Commit

Permalink
create the release differently
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Sep 18, 2023
1 parent fd24939 commit 8e14761
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/unstable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8e14761

Please sign in to comment.