Skip to content

Commit

Permalink
try proper regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jun 21, 2024
1 parent d1a3f24 commit a74e5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
regex: true
repo: Lodestone-Team/lodestone_core
file: "lodestone_core_*"
file: "lodestone_core_.*"
target: release/
version: "tags/${{ inputs.version || github.ref_name }}"
token: ${{ secrets.GITHUB_TOKEN }}


- name: tree
run: tree .
Expand Down

0 comments on commit a74e5c8

Please sign in to comment.