@@ -30,25 +30,29 @@ runs:
3030 make build VERSION="${{ inputs.version }}"
3131
3232 - name : Upload abstractions artifact
33- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with:
33+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
34+ with :
3435 path : " src/server/abstractions/bin/Release"
3536 name : libs-abstractions-${{ inputs.version }}
3637 include-hidden-files : true
3738
3839 - name : Upload data artifact
39- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with:
40+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
41+ with :
4042 path : " src/server/data/bin/Release"
4143 name : libs-data-${{ inputs.version }}
4244 include-hidden-files : true
4345
4446 - name : Upload letter artifact
45- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with:
47+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
48+ with :
4649 path : " src/server/letter/bin/Release"
4750 name : libs-letter-${{ inputs.version }}
4851 include-hidden-files : true
4952
5053 - name : Upload host artifact
51- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with:
54+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
55+ with :
5256 path : " src/server/host/bin/Release"
5357 name : libs-host-${{ inputs.version }}
5458 include-hidden-files : true
5963 shell : bash
6064
6165 - name : Build and export
62- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 with:
66+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
67+ with :
6368 context : src/server
6469 file : src/server/Dockerfile
6570 tags : |
6873 outputs : type=docker,dest=${{ runner.temp }}/myimage/myimage.tar
6974
7075 - name : Upload artifact
71- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 with:
76+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
77+ with :
7278 name : libs-host-docker-${{ inputs.version }}
7379 path : ${{ runner.temp }}/myimage
0 commit comments