Skip to content

Commit 3a1bf8d

Browse files
committed
Merge branch 'subdir-cygports'
2 parents fc03b9a + 1b4b76f commit 3a1bf8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
printf 'CYGPORT_PF=%s\n' "$PF" | tee -a "$GITHUB_ENV"
8686
printf 'CYGPORT_ARCH=%s\n' "$ARCH" | tee -a "$GITHUB_ENV"
8787
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+
8891
printf 'pv=%s\n' "$PV" | tee -a "$GITHUB_OUTPUT"
8992
9093
- name: Install Cygwin build requirements
@@ -169,7 +172,7 @@ jobs:
169172
shell: C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
170173
env:
171174
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"
173176

174177
- name: Store build results
175178
if: always() && steps.cygport-prep.outcome == 'success'

0 commit comments

Comments
 (0)