Skip to content

Commit 2aebdaf

Browse files
authored
fix cicd
1 parent 9695f43 commit 2aebdaf

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

.github/workflows/client_mac_arm64.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/server_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: build
39-
run: make release-backend${{ env.REGISTRY }}/fornetcode/fornet-backend:
39+
run: make release-backend
4040
-
4141
name: build and push docker image
4242
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)