Skip to content

Commit

Permalink
Update fontlab-ci-ubuntuwine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Nov 2, 2023
1 parent 7dff9f7 commit 4eafc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fontlab-ci-ubuntuwine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
echo "Wine prefix path: $wineprefix_path"
fontlab_user_dir=$(winepath -u 'C:\users\'"$USER"'\Application Data\FontLab\FontLab 8')
echo "Wine FontLab directory: $fontlab_user_dir"
tree "/home/runner/.wine/dosdevices/c:/users"
echo "FONTLAB_DATA_PATH=$fontlab_user_dir" >> $GITHUB_ENV
mkdir -p "$fontlab_user_dir"
cp "scripts/startupScript.py" "$fontlab_user_dir"
tree "/home/runner/.wine/dosdevices/c:/users"
- name: Run FontLab and build script
run: |
Expand Down

0 comments on commit 4eafc54

Please sign in to comment.