This repository was archived by the owner on Apr 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1414 CI_REGISTRY_IMAGE : " ${{ secrets.CI_REGISTRY }}/bridge/linkedin"
1515 GHCR_REGISTRY : ghcr.io
1616 GHCR_REGISTRY_IMAGE : " ghcr.io/${{ github.repository }}"
17- BINARY_NAME : linkedin-matrix
1817 GOTOOLCHAIN : local
1918
2019
@@ -74,13 +73,15 @@ jobs:
7473 run : ./build.sh
7574
7675 - name : Generate SHA256 checksum
77- run : sha256sum $BINARY_NAME | tee $BINARY_NAME .sha256sum
76+ run : sha256sum linkedin-matrix | tee linkedin-matrix .sha256sum
7877
7978 - name : Upload binary artifact
8079 uses : actions/upload-artifact@v3
8180 with :
82- name : $BINARY_NAME
83- path : $BINARY_NAME
81+ name : linkedin-matrix
82+ path : |
83+ linkedin-matrix
84+ linkedin-matrix.sha256sum
8485 build-docker :
8586 runs-on : ubuntu-latest
8687 needs : build
9192 - name : Download binary artifact
9293 uses : actions/download-artifact@v3
9394 with :
94- name : $BINARY_NAME
95- path : ./
95+ name : linkedin-matrix
9696
9797 - name : Set up Docker Buildx
9898 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1- . /linkedin-matrix
1+ /linkedin-matrix
2+ /linkedin-matrix.sha256sum
23logs /
34* .db *
45* .yaml
You can’t perform that action at this time.
0 commit comments