init code
This commit is contained in:
parent
2d21bfb5f9
commit
e7c7a79b3a
|
@ -25,17 +25,5 @@ jobs:
|
|||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
# main: ./example/main.go
|
||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
#- name: Checkout Dist
|
||||
# uses: actions/checkout@v2
|
||||
# with:
|
||||
# repository: 'gocq/dist'
|
||||
# ref: master
|
||||
# ssh-key: ${{ secrets.SSH_KEY }}
|
||||
# path: upstream/dist
|
||||
|
||||
#- name: Update Dist
|
||||
# run: |
|
||||
# chmod +x scripts/upload_dist.sh
|
||||
# ./scripts/upload_dist.sh
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
*.exe
|
||||
.idea/
|
||||
*.png
|
|
@ -4,7 +4,7 @@ linters-settings:
|
|||
ignoretests: true
|
||||
|
||||
goimports:
|
||||
local-prefixes: github.com/huoxue1/study_xxqg
|
||||
local-prefixes: github.com/johlanse/study_xxqg
|
||||
|
||||
gocritic:
|
||||
disabled-checks:
|
||||
|
|
|
@ -83,7 +83,7 @@ archives:
|
|||
|
||||
nfpms:
|
||||
- license: AGPL 3.0
|
||||
homepage: https://github.com/huoxue1/study_xxqg
|
||||
homepage: https://github.com/johlanse/study_xxqg
|
||||
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
formats:
|
||||
- deb
|
||||
|
|
Loading…
Reference in New Issue