Commit dc4b7d6 1 parent 5823ece commit dc4b7d6 Copy full SHA for dc4b7d6
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 78
78
echo "DXVK_BUILD_DIR=\"$DXVK_BUILD_DIR\"" >> $GITHUB_ENV
79
79
echo "FINAL_DIR=\"$FINAL_DIR\"" >> $GITHUB_ENV
80
80
81
+ mkdir $WINE_BUILD_DIR
82
+ mkdir $WINE64_FINAL_DIR
83
+ mkdir $DXVK_BUILD_DIR
84
+ mkdir $FINAL_DIR
85
+
81
86
- name : Set Variables
82
87
run : |
83
88
WINE_CONFIGURE_FLAGS=(
@@ -138,3 +143,17 @@ jobs:
138
143
DXVK_URL=$(curl -s https://api.github.com/repos/Gcenx/DXVK-MacOS/releases/latest | jq -r '.assets[] | select(.browser_download_url | contains("dxvk-macos")) | .browser_download_url')
139
144
curl -L -o dxvk.tar.gz $DXVK_URL
140
145
146
+ - name : Homebrew Libs [DEBUG]
147
+ run : |
148
+ ls $(brew --prefix)/lib
149
+
150
+ - name : Zip Everything [DEBUG]
151
+ run : |
152
+ zip -r -j Libraries.zip $GITHUB_WORKSPACE/*
153
+
154
+ - name : Upload Libraries [DEBUG]
155
+ uses : actions/upload-artifact@v4
156
+ with :
157
+ name : Libraries
158
+ path : Libraries.zip
159
+
You can’t perform that action at this time.
0 commit comments