Skip to content

Commit 943f08f

Browse files
committed
refactor build
1 parent e68f429 commit 943f08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: CalendarAPI-linux-arm64
50-
path: dist/CalendarAPI_linux_arm64_v8.0/calenderapi
50+
path: dist/CalendarAPI_linux_arm64_v8.0/calendarapi
5151

5252
- name: Upload amd64 build artifacts
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: CalendarAPI-linux-amd64
56-
path: dist/CalendarAPI_linux_amd64_v1/calenderapi
56+
path: dist/CalendarAPI_linux_amd64_v1/calendarapi
5757

5858
docker-build:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)