File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6
6
- ' main'
7
7
tags :
8
8
- ' 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'
9
13
10
14
jobs :
11
15
docker :
Original file line number Diff line number Diff line change 65
65
asset_label : sqlpage for Windows
66
66
asset_content_type : application/vnd.microsoft.portable-executable
67
67
68
+ - name : cleanup
69
+ run : rm -rf ./*
70
+
68
71
- uses : actions/download-artifact@v1
69
72
with : { name: sqlpage macos-latest, path: . }
70
73
- run : chmod +x sqlpage && tar --create --file sqlpage-macos.tgz --gzip sqlpage
79
82
asset_label : sqlpage for MacOS
80
83
asset_content_type : application/octet-stream
81
84
85
+ - name : cleanup
86
+ run : rm -rf ./*
87
+
82
88
- uses : actions/download-artifact@v1
83
89
with : { name: sqlpage ubuntu-18.04, path: . }
84
90
- run : chmod +x sqlpage && tar --create --file sqlpage-linux.tgz --gzip sqlpage
You can’t perform that action at this time.
0 commit comments