File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Build binary
4040 run : CGO_ENABLED=0 go build
4141 - name : Upload binary
42- uses : actions/upload-artifact@v4.4.0
42+ uses : actions/upload-artifact@v4.4.3
4343 with :
4444 name : ${{ matrix.build.name }}
4545 path : ${{ matrix.build.path }}/${{ matrix.build.name }}
7272 - name : Create tar.gz
7373 run : cd dist && tar cvzf ../${{ matrix.build.name }}.tar.gz .
7474 - name : Upload tar.gz
75- uses : actions/upload-artifact@v4.4.0
75+ uses : actions/upload-artifact@v4.4.3
7676 with :
7777 name : ${{ matrix.build.name }}
7878 path : ${{ matrix.build.path }}/${{ matrix.build.name }}.tar.gz
9393 docker cp makerpms:/srv/makerpms/rpmbuild/RPMS/noarch/ RPMS
9494 cp RPMS/* dedalo.rpm
9595 - name : Upload dedalo
96- uses : actions/upload-artifact@v4.4.0
96+ uses : actions/upload-artifact@v4.4.3
9797 with :
9898 name : dedalo
9999 path : dedalo/dist/dedalo.rpm
You can’t perform that action at this time.
0 commit comments