We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b1e1 commit 25ceb15Copy full SHA for 25ceb15
1 file changed
.github/workflows/build.yml
@@ -23,22 +23,12 @@ jobs:
23
chmod +x build_lsrecaptcha.sh
24
./build_lsrecaptcha.sh
25
ls -lh lsrecaptcha
26
-
+ mv lsrecaptcha _recaptcha
27
- name: Upload artifact
28
uses: actions/upload-artifact@v4
29
with:
30
name: _recaptcha
31
- path: lsrecaptcha
32
33
- release:
34
- needs: build
35
- runs-on: ubuntu-latest
36
- steps:
37
- - name: Download artifact
38
- uses: actions/download-artifact@v4
39
- with:
40
- name: _recaptcha
41
- path: .
+ path: _recaptcha
42
43
- name: Release
44
uses: softprops/action-gh-release@v2
0 commit comments