|
24 | 24 | Copy-Item -Path ./build/windows/x86/release/.doorstop_version -Destination ./artifacts/release/x86/.doorstop_version |
25 | 25 | Copy-Item -Path ./assets/windows/doorstop_config.ini -Destination ./artifacts/release/x64/doorstop_config.ini |
26 | 26 | Copy-Item -Path ./assets/windows/doorstop_config.ini -Destination ./artifacts/release/x86/doorstop_config.ini |
| 27 | + Copy-Item -Path ./LICENSE -Destination ./artifacts/release/LICENSE |
27 | 28 | - name: Build Verbose |
28 | 29 | run: | |
29 | 30 | ./build.ps1 -with_logging |
|
33 | 34 | Copy-Item -Path ./build/windows/x86/release/.doorstop_version -Destination ./artifacts/verbose/x86/.doorstop_version |
34 | 35 | Copy-Item -Path ./assets/windows/doorstop_config.ini -Destination ./artifacts/verbose/x64/doorstop_config.ini |
35 | 36 | Copy-Item -Path ./assets/windows/doorstop_config.ini -Destination ./artifacts/verbose/x86/doorstop_config.ini |
| 37 | + Copy-Item -Path ./LICENSE -Destination ./artifacts/verbose/LICENSE |
36 | 38 | - name: Upload Release |
37 | 39 | uses: actions/upload-artifact@v4 |
38 | 40 | with: |
|
70 | 72 | cp build/linux/x64/release/.doorstop_version artifacts/release/x64/.doorstop_version |
71 | 73 | cp assets/nix/run.sh artifacts/release/x86/run.sh |
72 | 74 | cp assets/nix/run.sh artifacts/release/x64/run.sh |
| 75 | + cp LICENSE artifacts/release/LICENSE |
73 | 76 | - name: Build Verbose |
74 | 77 | run: | |
75 | 78 | ./build.sh -with_logging |
|
79 | 82 | cp build/linux/x86/release/.doorstop_version artifacts/verbose/x64/.doorstop_version |
80 | 83 | cp assets/nix/run.sh artifacts/verbose/x86/run.sh |
81 | 84 | cp assets/nix/run.sh artifacts/verbose/x64/run.sh |
| 85 | + cp LICENSE artifacts/verbose/LICENSE |
82 | 86 | - name: Build Debug |
83 | 87 | run: | |
84 | 88 | ./build.sh -with_logging -debug |
|
88 | 92 | cp build/linux/x64/debug/.doorstop_version artifacts/debug/x64/.doorstop_version |
89 | 93 | cp assets/nix/run.sh artifacts/debug/x86/run.sh |
90 | 94 | cp assets/nix/run.sh artifacts/debug/x64/run.sh |
| 95 | + cp LICENSE artifacts/debug/LICENSE |
91 | 96 | - name: Upload Release |
92 | 97 | uses: actions/upload-artifact@v4 |
93 | 98 | with: |
@@ -122,18 +127,21 @@ jobs: |
122 | 127 | cp build/macosx/universal/release/libdoorstop.dylib artifacts/release/universal/libdoorstop.dylib |
123 | 128 | cp build/macosx/universal/release/.doorstop_version artifacts/release/universal/.doorstop_version |
124 | 129 | cp assets/nix/run.sh artifacts/release/universal/run.sh |
| 130 | + cp LICENSE artifacts/release/LICENSE |
125 | 131 | - name: Build Verbose |
126 | 132 | run: | |
127 | 133 | ./build.sh -with_logging |
128 | 134 | cp build/macosx/universal/release/libdoorstop.dylib artifacts/verbose/universal/libdoorstop.dylib |
129 | 135 | cp build/macosx/universal/release/.doorstop_version artifacts/verbose/universal/.doorstop_version |
130 | 136 | cp assets/nix/run.sh artifacts/verbose/universal/run.sh |
| 137 | + cp LICENSE artifacts/verbose/LICENSE |
131 | 138 | - name: Build Debug |
132 | 139 | run: | |
133 | 140 | ./build.sh -with_logging -debug |
134 | 141 | cp build/macosx/universal/debug/libdoorstop.dylib artifacts/debug/universal/libdoorstop.dylib |
135 | 142 | cp build/macosx/universal/debug/.doorstop_version artifacts/debug/universal/.doorstop_version |
136 | 143 | cp assets/nix/run.sh artifacts/debug/universal/run.sh |
| 144 | + cp LICENSE artifacts/debug/LICENSE |
137 | 145 | - name: Upload Release |
138 | 146 | uses: actions/upload-artifact@v4 |
139 | 147 | with: |
|
0 commit comments