File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 85
85
printf 'CYGPORT_PF=%s\n' "$PF" | tee -a "$GITHUB_ENV"
86
86
printf 'CYGPORT_ARCH=%s\n' "$ARCH" | tee -a "$GITHUB_ENV"
87
87
printf 'CYGPORT_BUILD_REQUIRES=%s\n' "$BUILD_REQUIRES" | tee -a "$GITHUB_ENV"
88
+
89
+ printf 'CYGPORT_BUILD_DIR=%s\n' "$(dirname "$CYGPORT_FILE")/${PF}.${ARCH}" | tee -a "$GITHUB_ENV"
90
+
88
91
printf 'pv=%s\n' "$PV" | tee -a "$GITHUB_OUTPUT"
89
92
90
93
- name : Install Cygwin build requirements
@@ -169,7 +172,7 @@ jobs:
169
172
shell : C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
170
173
env :
171
174
PATH : C:\cygwin\bin
172
- run : tar -cvf build-results.tar "${CYGPORT_PF}.${CYGPORT_ARCH}/ "
175
+ run : tar -cvf build-results.tar "$CYGPORT_BUILD_DIR "
173
176
174
177
- name : Store build results
175
178
if : always() && steps.cygport-prep.outcome == 'success'
You can’t perform that action at this time.
0 commit comments