Skip to content

Commit 1a709e0

Browse files
authored
chore: change binary suffix (#14)
1 parent 20ab426 commit 1a709e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)