Skip to content

Commit c781c49

Browse files
committed
More diagnostics
1 parent 83b3ff6 commit c781c49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
bundle check || bundle install
8484
- name: Download build artifacts
8585
uses: actions/download-artifact@v2
86+
- name: Verify build artifacts
87+
run: |
88+
ls -ld *framework*
89+
file *framework*
8690
- name: Extract build artifacts
8791
run: |
8892
unzip framework.zip
@@ -92,10 +96,6 @@ jobs:
9296
run: |
9397
mv build/checksum .
9498
mv build/checksum_static .
95-
- name: Verify build artifacts
96-
working-directory: carthage-files
97-
run: |
98-
ls -R carthage-files/build
9999
# The sha output from this step is the commit to be tagged.
100100
- name: Commit checksums
101101
id: commit-checksums

0 commit comments

Comments
 (0)