Skip to content

Commit d2c94ae

Browse files
update
1 parent 8caa032 commit d2c94ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-addon.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: latest_version
1515
run: |
1616
# Extract the version number from the TOC file
17-
echo "::set-output name=v::$(grep -oP 'Version: \Kv\d+\.\d+\.\d+' AvgItemLvl.toc)"
17+
echo "::set-output name=v::$(grep -oP 'Version: \Kv\d+\.\d+\.\d+' AvgItemLvl/AvgItemLvl.toc)"
1818
1919
- name: Create version tag
2020
shell: bash

0 commit comments

Comments
 (0)