Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent 6fb122f commit cb24d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ How to use:

Just clone the repo. and run:
```bash
bash build.sh conf/{{LATEST_RELEASE}}.conf
bash build.sh {{LATEST_CONF}}
```

2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "LATEST_MAJOR=$(echo ${{ steps.get-latest-release.outputs.tag_name }} | cut -d . -f 1)" >> $GITHUB_ENV
echo "LATEST_TAG=${{ steps.get-latest-release.outputs.tag_name }}" >> $GITHUB_ENV
latest=$(ls conf/*.conf | tail -1)
echo "LATEST_RELEASE=$latest" >> $GITHUB_ENV
echo "LATEST_CONF=$latest" >> $GITHUB_ENV
- name: Update the readme.md
uses: vmactions/[email protected]
Expand Down

0 comments on commit cb24d7d

Please sign in to comment.