Skip to content

Commit ac00233

Browse files
committed
Include license and readme in build artifact
1 parent 0e90354 commit ac00233

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- name: Upload Artifact
2424
uses: actions/upload-artifact@v6
2525
with:
26-
name: docksider.exe
27-
path: ./docksider.exe
26+
name: docksider-windows-amd64
27+
path: |
28+
docksider.exe
29+
LICENSE
30+
README.md
31+
README_ja.md
2832
retention-days: 1

0 commit comments

Comments
 (0)