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 e668232 commit c013389Copy full SHA for c013389
.github/workflows/build-test.yml
@@ -184,6 +184,7 @@ jobs:
184
185
- name: Cygport package
186
if: steps.build-cache.outputs.cache-hit != 'true'
187
+ id: cygport-package
188
shell: C:\cygwin\bin\bash.exe --noprofile --norc -e -o pipefail -o igncr {0}
189
env:
190
PATH: C:\cygwin\bin
@@ -205,12 +206,14 @@ jobs:
205
206
if-no-files-found: error
207
208
- name: Tar up distribution packages
209
+ if: steps.cygport-prep.outcome != 'skipped'
210
211
212
213
run: tar -cvf dist-packages.tar "$CYGPORT_BUILD_DIR"/dist/*
214
215
- name: Store distribution packages
216
217
uses: actions/upload-artifact@v3
218
with:
219
name: dist-packages
0 commit comments