File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 66 - ' main'
77 tags :
88 - ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
9+ paths-ignore :
10+ - ' docs/**'
11+ - ' README.md'
12+ - ' .github/workflows/release.yml'
913
1014jobs :
1115 docker :
Original file line number Diff line number Diff line change 6565 asset_label : sqlpage for Windows
6666 asset_content_type : application/vnd.microsoft.portable-executable
6767
68+ - name : cleanup
69+ run : rm -rf ./*
70+
6871 - uses : actions/download-artifact@v1
6972 with : { name: sqlpage macos-latest, path: . }
7073 - run : chmod +x sqlpage && tar --create --file sqlpage-macos.tgz --gzip sqlpage
7982 asset_label : sqlpage for MacOS
8083 asset_content_type : application/octet-stream
8184
85+ - name : cleanup
86+ run : rm -rf ./*
87+
8288 - uses : actions/download-artifact@v1
8389 with : { name: sqlpage ubuntu-18.04, path: . }
8490 - run : chmod +x sqlpage && tar --create --file sqlpage-linux.tgz --gzip sqlpage
You can’t perform that action at this time.
0 commit comments