File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
59
59
60
60
- name : Pack artifacts
61
61
id : pack_artifacts
62
- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main ' ) || github.event.inputs.create_release == 'true' }}
62
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master ' ) || github.event.inputs.create_release == 'true' }}
63
63
run : |
64
64
cp ggml/LICENSE ./build/bin/ggml.txt
65
65
cp LICENSE ./build/bin/stable-diffusion.cpp.txt
66
66
zip -r sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip ./build/bin/*
67
67
68
68
- name : Upload artifacts
69
- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main ' ) || github.event.inputs.create_release == 'true' }}
69
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master ' ) || github.event.inputs.create_release == 'true' }}
70
70
uses : actions/upload-artifact@v3
71
71
with :
72
72
path : |
@@ -112,14 +112,14 @@ jobs:
112
112
113
113
- name : Pack artifacts
114
114
id : pack_artifacts
115
- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main ' ) || github.event.inputs.create_release == 'true' }}
115
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master ' ) || github.event.inputs.create_release == 'true' }}
116
116
run : |
117
117
cp ggml/LICENSE ./build/bin/ggml.txt
118
118
cp LICENSE ./build/bin/stable-diffusion.cpp.txt
119
119
zip -r sd-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-${{ steps.system-info.outputs.OS_TYPE }}-${{ steps.system-info.outputs.OS_NAME }}-${{ steps.system-info.outputs.OS_VERSION }}-${{ steps.system-info.outputs.CPU_ARCH }}.zip ./build/bin/*
120
120
121
121
- name : Upload artifacts
122
- if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/main ' ) || github.event.inputs.create_release == 'true' }}
122
+ if : ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master ' ) || github.event.inputs.create_release == 'true' }}
123
123
uses : actions/upload-artifact@v3
124
124
with :
125
125
path : |
You can’t perform that action at this time.
0 commit comments