We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09aa01 commit dccf9beCopy full SHA for dccf9be
1 file changed
.github/workflows/build.yml
@@ -74,6 +74,9 @@ jobs:
74
uses: actions/download-artifact@v4
75
with:
76
path: ./artifact
77
+ - name: look file stucture
78
+ run: |
79
+ ls -R
80
- name: zip windows package win32-x64
81
uses: TheDoctor0/zip-release@v0.2.1
82
@@ -114,4 +117,3 @@ jobs:
114
117
lua-language-server-darwin-x64.tar.gz
115
118
lua-language-server-darwin-arm64.tar.gz
116
119
token: ${{ secrets.RELEASE }}
-
0 commit comments