Skip to content

Commit 7dbf6fd

Browse files
committed
build: remove artifact output placeholder
1 parent cc91b01 commit 7dbf6fd

File tree

4 files changed

+0
-3
lines changed

4 files changed

+0
-3
lines changed

.github/workflows/windows-build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ jobs:
178178
run: |
179179
tar -cjvf rime-${{ env.git_ref_name }}-${{ runner.os }}-mingw.tar.bz2 \
180180
dist version-info.txt
181-
tar -cjvf rime-deps-${{ env.git_ref_name }}-${{ runner.os }}-mingw.tar.bz2 \
182-
--exclude '*/.placeholder' \
183-
bin include lib share
184181
185182
- name: Upload artifacts
186183
uses: actions/upload-artifact@v3

bin/.placeholder

Whitespace-only changes.

lib/.placeholder

Whitespace-only changes.

share/.placeholder

Whitespace-only changes.

0 commit comments

Comments
 (0)