Skip to content

Commit d3b4ded

Browse files
local test 10
1 parent e901a41 commit d3b4ded

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ description: 'Compresses package and signs with garasign'
33

44
inputs:
55
garasign_username:
6+
description: 'Garasign username input for drivers-github-tools/garasign/gpg-sign'
67
required: true
78
garasign_password:
9+
description: 'Garasign password input for drivers-github-tools/garasign/gpg-sign'
810
required: true
911
artifactory_username:
12+
description: 'Artifactory username input for drivers-github-tools/garasign/gpg-sign'
1013
required: true
1114
artifactory_password:
15+
description: 'Artifactory password input for drivers-github-tools/garasign/gpg-sign'
1216
required: true
1317

1418
runs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- name: actions/setup
2828
uses: ./.github/actions/setup
29-
- name: actions/compress_and_sign
30-
uses: ./.github/actions/compress_and_sign
29+
- name: actions/compress_sign_and_upload
30+
uses: ./.github/actions/compress_sign_and_upload
3131
with:
3232
garasign_username: ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
3333
garasign_password: ${{ secrets.GRS_CONFIG_USER1_PASSWORD }}

0 commit comments

Comments
 (0)