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 83b3ff6 commit c781c49Copy full SHA for c781c49
.github/workflows/release.yml
@@ -83,6 +83,10 @@ jobs:
83
bundle check || bundle install
84
- name: Download build artifacts
85
uses: actions/download-artifact@v2
86
+ - name: Verify build artifacts
87
+ run: |
88
+ ls -ld *framework*
89
+ file *framework*
90
- name: Extract build artifacts
91
run: |
92
unzip framework.zip
@@ -92,10 +96,6 @@ jobs:
96
93
97
mv build/checksum .
94
98
mv build/checksum_static .
95
- - name: Verify build artifacts
- working-directory: carthage-files
- run: |
- ls -R carthage-files/build
99
# The sha output from this step is the commit to be tagged.
100
- name: Commit checksums
101
id: commit-checksums
0 commit comments