Skip to content

Commit 25ceb15

Browse files
committed
fix commit
1 parent 171b1e1 commit 25ceb15

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,12 @@ jobs:
2323
chmod +x build_lsrecaptcha.sh
2424
./build_lsrecaptcha.sh
2525
ls -lh lsrecaptcha
26-
26+
mv lsrecaptcha _recaptcha
2727
- name: Upload artifact
2828
uses: actions/upload-artifact@v4
2929
with:
3030
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: .
31+
path: _recaptcha
4232

4333
- name: Release
4434
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)