File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 51
51
release/adc_${{ env.RELEASE_VERSION }}_windows_amd64.zip
52
52
release/adc_${{ env.RELEASE_VERSION }}_windows_arm64.zip
53
53
54
- - name : Configure AWS S3 credentials
55
- uses : aws-actions/configure-aws-credentials@v1
56
- with :
57
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
58
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
59
- aws-region : us-west-2
60
-
61
- - name : Upload ADC to AWS S3
62
- run : |
63
- aws s3 sync ./release s3://api7ai-docs-resources/adc/release
64
-
65
54
adc-macos :
66
55
runs-on : macos-14
67
56
steps :
@@ -104,14 +93,3 @@ jobs:
104
93
files : |
105
94
release/adc_${{ env.RELEASE_VERSION }}_darwin_arm64.tar.gz
106
95
release/adc_${{ env.RELEASE_VERSION }}_darwin_amd64.tar.gz
107
-
108
- - name : Configure AWS S3 credentials
109
- uses : aws-actions/configure-aws-credentials@v1
110
- with :
111
- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
112
- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
113
- aws-region : us-west-2
114
-
115
- - name : Upload ADC to AWS S3
116
- run : |
117
- aws s3 sync ./release s3://api7ai-docs-resources/adc/release
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const setupCommands = (): Command => {
16
16
program
17
17
. configureHelp ( { showGlobalOptions : true } )
18
18
. passThroughOptions ( )
19
- . version ( '0.11 .1' ) ;
19
+ . version ( '0.12.0-alpha .1' ) ;
20
20
21
21
program
22
22
. addCommand ( PingCommand )
You can’t perform that action at this time.
0 commit comments