Commit 782f3daa authored by Jerome Wu's avatar Jerome Wu

Fix workflow artifacts path

parent 27a0ab7c
......@@ -91,7 +91,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: ffmpeg-core
path: $DIST_PATH
path: ${{ env.DIST_PATH }}
# Disable macos build due to there is no ldconfig command
# during freetype2 build.
......
......@@ -91,7 +91,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: ffmpeg-core
path: $DIST_PATH
path: ${{ env.DIST_PATH }}
# Disable macos build due to there is no ldconfig command
# during freetype2 build.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment