Commit cb5f6b9 Cameron Motevasselani
committed
1 parent 7789f93 commit cb5f6b9 Copy full SHA for cb5f6b9
File tree 5 files changed +8
-3
lines changed
5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 77
77
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
78
with :
79
79
upload_url : ${{ steps.create_release.outputs.upload_url }}
80
- asset_path : ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }} .zip
80
+ asset_path : ./build/distributions/${{ steps.get_project_info.outputs.PROJECT }}.zip
81
81
asset_name : ${{ steps.get_project_info.outputs.PROJECT }}-${{ steps.get_project_info.outputs.VERSION }}.zip
82
82
asset_content_type : application/zip
83
83
Original file line number Diff line number Diff line change 2
2
.gradle
3
3
.idea
4
4
node_modules
5
- .husky
Original file line number Diff line number Diff line change
1
+ _
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ # CHECK THIS FILE INTO SOURCE CONTROL!
3
+
4
+ . " $( dirname " $0 " ) /_/husky.sh"
5
+
6
+ # [[ -e random-wait-deck/node_modules/.bin/lint-staged ]] && cd random-wait-deck; ./node_modules/.bin/lint-staged -p false
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ korkVersion=7.136.2
7
7
orcaVersion =8.24.7
8
8
echoVersion =2.34.6
9
9
kotlinVersion =1.4.32
10
- version =0.0.24
11
10
12
11
# Uncomment to test against a specific Spinnaker version
13
12
# testSpinnakerVersion=1.28.7
You can’t perform that action at this time.
0 commit comments