Skip to content

Commit b697bd6

Browse files
authored
Update build_when_commit.yml
1 parent b616449 commit b697bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_when_commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Build Linux x86_64
1616
run: |
1717
docker run --rm -v $GITHUB_WORKSPACE:/root/workdir multiarch/alpine:amd64-latest-stable /bin/sh -c "apk add bash git nodejs npm && cd /root/workdir && chmod +x scripts/build.alpine.release.sh && bash scripts/build.alpine.release.sh"
18+
- name: List files in subconverter directory
19+
run: ls -lah subconverter/
1820

1921
- name: Upload Build Artifact
2022
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)