Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Aug 12, 2024
1 parent 355323c commit b7b7564
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release_rian_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: rian/.*\\.msi
file: ".*\\.msi"
overwrite: true
tag_name: ${{ env.ASSET_VERSION }}
- name: Download Linux Installer(s)
Expand All @@ -76,7 +76,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: rian/.*\\.AppImage
file: ".*\\.AppImage"
overwrite: true
tag_name: ${{ env.ASSET_VERSION }}
- name: Download MacOS Installer(s)
Expand All @@ -93,7 +93,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: rian/.*\\.tar.gz
file: ".*\\.tar.gz"
overwrite: true
tag_name: ${{ env.ASSET_VERSION }}
- name: Download All .sig files
Expand All @@ -110,7 +110,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: rian/.*\\.sig
file: ".*\\.sig"
overwrite: true
tag_name: ${{ env.ASSET_VERSION }}

- name: LS rian/
run: ls rian/

0 comments on commit b7b7564

Please sign in to comment.