Skip to content

Commit 87edec1

Browse files
committed
Update
1 parent 2c73d36 commit 87edec1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/addon.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
7z a -t7z -y ../${vv%*/}.add
2626
)
2727
done
28+
cd ~
2829
2930
- name: Upload module
3031
uses: softprops/action-gh-release@v2
3132
with:
3233
name: "Tmp"
3334
tag_name: "V1"
34-
files: ./.github/addon/*.add
35+
files: .github/addon/*.add

0 commit comments

Comments
 (0)