Skip to content

Commit fe875ec

Browse files
committed
Fix plural
1 parent a124f81 commit fe875ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quick-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
--batch-mode \
6060
clean package
6161
62-
- id: upload-extra-libs
63-
name: Upload extra libs
62+
- id: upload-extra-lib
63+
name: Upload extra lib
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: extra-libs
67-
path: ./target/_extra-libs
67+
path: ./target/_extra-lib
6868
retention-days: 5

0 commit comments

Comments
 (0)