Skip to content

Commit

Permalink
fixed core release docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jun 21, 2024
1 parent 580e2da commit afa6caf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/core-release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ jobs:
with:
regex: true
file: "lodestone_core_.*"
target: release/
target: core/release/
version: "tags/${{ inputs.version || github.ref_name }}"
token: ${{ secrets.GITHUB_TOKEN }}


- name: tree
run: tree ..

# https://stackoverflow.com/questions/73402042/github-action-expressions-split-string
- name: set version string
Expand Down

0 comments on commit afa6caf

Please sign in to comment.