Skip to content

Commit

Permalink
ci: fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Aug 19, 2023
1 parent 0e25bcf commit cdd1a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cp harfbuzz/build/src/harfbuzz.dll artifact
cp harfbuzz/build/subprojects/freetype-*/freetype-6.dll artifact
cp harfbuzz/build/subprojects/libpng-*/png16-16.dll artifact
cp buzz4jni/build/lib/main/release/libbuzz4j.so artifact
cp buzz4jni/build/lib/main/release/buzz4j.dll artifact
cp build/libs/buzz4j-*.jar artifact
- uses: actions/upload-artifact@v3
with:
Expand All @@ -74,7 +74,7 @@ jobs:
- run: |
mkdir artifact
cp harfbuzz/build/src/libharfbuzz.so artifact
cp buzz4jni/build/lib/main/release/buzz4j.dll artifact
cp buzz4jni/build/lib/main/release/libbuzz4j.so artifact
cp build/libs/buzz4j-*.jar artifact
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cdd1a56

Please sign in to comment.