|
|
@ -130,7 +130,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/upload-artifact@master |
|
|
|
- uses: actions/upload-artifact@master |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
name: ${{ format('{0}-signed', github.event.inputs.tag || inputs.tag) }} |
|
|
|
path: packages/nc-secret-mgr/mac-dist |
|
|
|
path: packages/nc-secret-mgr/mac-dist |
|
|
|
retention-days: 1 |
|
|
|
retention-days: 1 |
|
|
|
|
|
|
|
|
|
|
@ -141,14 +141,14 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/download-artifact@master |
|
|
|
- uses: actions/download-artifact@master |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
name: ${{ format('{0}-signed', github.event.inputs.tag || inputs.tag) }} |
|
|
|
path: packages/nc-secret-mgr/mac-dist |
|
|
|
path: packages/nc-secret-mgr/mac-dist |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload executables(except mac executables) to release |
|
|
|
- name: Upload executables(except mac executables) to release |
|
|
|
uses: svenstaro/upload-release-action@v2 |
|
|
|
uses: svenstaro/upload-release-action@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
repo_token: ${{ secrets.NC_GITHUB_TOKEN_TEMP }} |
|
|
|
repo_token: ${{ secrets.NC_GITHUB_TOKEN_TEMP }} |
|
|
|
file: mac-dist/** |
|
|
|
file: packages/nc-secret-mgr/mac-dist/** |
|
|
|
tag: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
tag: ${{ github.event.inputs.tag || inputs.tag }} |
|
|
|
overwrite: true |
|
|
|
overwrite: true |
|
|
|
file_glob: true |
|
|
|
file_glob: true |
|
|
|