Skip to content

Commit c302bd0

Browse files
authored
Update package.yml
1 parent 4c3f4cf commit c302bd0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/package.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
name: "armeabi-v7a"
2929
path: build-armeabi-v7a/libFreeImage.so
3030
build-freeimage-ubuntu:
31-
runs-on: ubuntu-latest
32-
container:
33-
image: ubuntu/16.04
31+
runs-on: ubuntu-16.04
3432
steps:
3533
- uses: actions/checkout@v1
3634
with:
@@ -42,5 +40,5 @@ jobs:
4240
shell: bash
4341
- uses: actions/upload-artifact@v3
4442
with:
45-
name: "arm64-v8a"
46-
path: build-arm64-v8a/libFreeImage.so
43+
name: "ubuntu-16.04"
44+
path: build/libFreeImage.so

0 commit comments

Comments
 (0)