mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 04:22:06 +08:00
ci: improve file handling in release workflow
This commit is contained in:
parent
ab4806bc2e
commit
fa364cb3ce
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -18,6 +18,15 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Debug Files
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
echo "Current directory contents:"
|
||||
ls -R
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
|
@ -42,11 +42,11 @@ archives:
|
||||
{{- if and (eq .Os "darwin") (eq .Arch "amd64") }}_intel{{ end }}
|
||||
{{- if and (eq .Os "darwin") (eq .Arch "arm64") }}_apple_silicon{{ end }}
|
||||
files:
|
||||
- src: README.md
|
||||
- src: ./README.md
|
||||
dst: .
|
||||
- src: LICENSE
|
||||
- src: ./LICENSE
|
||||
dst: .
|
||||
- src: scripts/*
|
||||
- src: ./scripts/*
|
||||
dst: scripts
|
||||
|
||||
checksum:
|
||||
|
Loading…
x
Reference in New Issue
Block a user