We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc85f commit 1b4b76fCopy full SHA for 1b4b76f
ci.yml
@@ -120,6 +120,8 @@ jobs:
120
printf 'CYGPORT_PF=%s\n' "$PF" >>"$GITHUB_ENV"
121
printf 'CYGPORT_ARCH=%s\n' "$ARCH" >>"$GITHUB_ENV"
122
printf 'CYGPORT_BUILD_REQUIRES=%s\n' "$BUILD_REQUIRES" >>"$GITHUB_ENV"
123
+
124
+ printf 'CYGPORT_BUILD_DIR=%s\n' "$(dirname "$CYGPORT_FILE")/${PF}.${ARCH}" | tee -a "$GITHUB_ENV"
125
timeout-minutes: 1
126
127
- name: Install Cygwin build requirements
@@ -216,7 +218,7 @@ jobs:
216
218
shell: C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
217
219
env:
220
PATH: C:\cygwin\bin
- run: tar -cvf build-results.tar "${CYGPORT_PF}.${ARCH}/"
221
+ run: tar -cvf build-results.tar "$CYGPORT_BUILD_DIR"
222
timeout-minutes: 10
223
224
- name: Store build results
0 commit comments