Skip to content

Commit

Permalink
Update release_rian_snapshot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Aug 27, 2024
1 parent 8dd1eed commit b0b07bb
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release_rian_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
steps:
- name: Extract asset version
run: echo "ASSET_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Download Installer(s)
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "querent-ai/querent"
version: "tags/${{ env.ASSET_VERSION }}"
file: ".*\\.msi"
target: "rian/"
regex: true
token: ${{ secrets.PRIVATE_REPO_TOKEN }}
- name: Download Linux Installer(s)
uses: dsaltares/fetch-gh-release-asset@master
with:
Expand Down Expand Up @@ -91,14 +82,6 @@ jobs:
token: ${{ secrets.PRIVATE_REPO_TOKEN }}
- name: LS rian/
run: ls rian/
- name: Upload Installers to GitHub Release
uses: quickwit-inc/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: rian/*.msi
overwrite: true
tag_name: ${{ env.ASSET_VERSION }}
- name: Upload Linux AppImages to GitHub Release
uses: quickwit-inc/upload-to-github-release@v1
env:
Expand Down

0 comments on commit b0b07bb

Please sign in to comment.