Some highlights were added
This commit is contained in:
parent
016f808345
commit
41f2af8c4e
1 changed files with 7 additions and 0 deletions
7
.github/workflows/tag-deploy.yml
vendored
7
.github/workflows/tag-deploy.yml
vendored
|
@ -82,6 +82,11 @@ jobs:
|
|||
set-env: 'true'
|
||||
extra: '--external 7z'
|
||||
|
||||
- name: 'Preparations before getting sources'
|
||||
run: |
|
||||
echo Working dir:
|
||||
pwd
|
||||
|
||||
- name: 'Get sources'
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -91,6 +96,8 @@ jobs:
|
|||
|
||||
- name: 'Preparations before keystore fetching'
|
||||
run: |
|
||||
echo Working dir:
|
||||
pwd
|
||||
mkdir keystore
|
||||
|
||||
- name: 'Getting keystore'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue