File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - run : .\build.cmd
2828 - uses : actions/upload-artifact@v4
2929 with :
30- name : cpp2b-windows-latest
30+ name : cpp2b-windows-x86_64
3131 path : dist/debug/cpp2b.exe
3232 if-no-files-found : error
3333 retention-days : 0
4040 - uses : actions/checkout@v4
4141 - uses : actions/download-artifact@v4
4242 with :
43- name : cpp2b-windows-latest
43+ name : cpp2b-windows-x86_64
4444 - run : .\cpp2b.exe build
4545 - run : Copy-Item .\.cache\cpp2\bin\cpp2b.exe -Destination .\cpp2b-self.exe
4646 - run : .\cpp2b-self.exe build
5858 - run : ./build.sh
5959 - uses : actions/upload-artifact@v4
6060 with :
61- name : cpp2b-ubuntu-24.04
61+ name : cpp2b-linux-x86_64
6262 path : dist/debug/cpp2b
6363 if-no-files-found : error
6464 retention-days : 0
7676 - uses : actions/checkout@v4
7777 - uses : actions/download-artifact@v4
7878 with :
79- name : cpp2b-ubuntu-24.04
79+ name : cpp2b-linux-x86_64
8080 - run : chmod +x cpp2b
8181 - run : ./cpp2b build
8282 - run : ./.cache/cpp2/bin/cpp2b build
You can’t perform that action at this time.
0 commit comments