Skip to content

Commit

Permalink
Update release_snapshot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet authored Jul 17, 2024
1 parent e2437a2 commit 255d10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- name: Extract asset version
run: echo "ASSET_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: echo "ASSET_FULL_NAME=querent-${{ env.ASSET_VERSION }}-${{ matrix.target }}" >> $GITHUB_ENV
- run: echo "ASSET_FULL_NAME=rian-${{ env.ASSET_VERSION }}-${{ matrix.target }}" >> $GITHUB_ENV
- uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "querent-ai/quester"
repo: "querent-ai/querent"
version: "tags/${{ env.ASSET_VERSION }}"
file: ${{ env.ASSET_FULL_NAME }}.tar.gz
target: ${{ env.ASSET_FULL_NAME }}.tar.gz
Expand Down

0 comments on commit 255d10d

Please sign in to comment.