Update main.yml
This commit is contained in:
parent
838b1d473c
commit
871acb7107
|
|
@ -84,6 +84,10 @@ jobs:
|
|||
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
|
||||
- run: df -h
|
||||
if: always()
|
||||
|
||||
- name: Calculate SHA256 checksum
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue