6262 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-windows.zip
6363 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-windows.exe
6464
65- - name : Upload To Artifact
66- if : github.ref != 'refs/heads/main'
67- uses : actions/upload-artifact@v3
68- with :
69- name : fbttf-windows.zip
70- path : ./fbttf-windows.zip
71-
72- - name : Upload To Artifact
73- if : github.ref != 'refs/heads/main'
74- uses : actions/upload-artifact@v3
75- with :
76- name : fbttf-windows.exe
77- path : ./fbttf-windows.exe
78-
7965 release-linux :
8066 runs-on : ubuntu-latest
8167 needs : [release-create]
@@ -100,19 +86,6 @@ jobs:
10086 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-linux.tar.gz
10187 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-linux.sh
10288
103- - name : Upload To Artifact
104- if : github.ref != 'refs/heads/main'
105- uses : actions/upload-artifact@v3
106- with :
107- name : fbttf-linux.tar.gz
108- path : ./fbttf-linux.tar.gz
109-
110- - name : Upload To Artifact
111- if : github.ref != 'refs/heads/main'
112- uses : actions/upload-artifact@v3
113- with :
114- name : fbttf-linux.sh
115- path : ./fbttf-linux.sh
11689
11790 release-macos :
11891 runs-on : macos-latest
@@ -137,17 +110,3 @@ jobs:
137110 run : |
138111 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-macos.zip
139112 gh release upload ${{ needs.release-create.outputs.release }} ./fbttf-macos.dmg
140-
141- - name : Upload To Artifact
142- if : github.ref != 'refs/heads/main'
143- uses : actions/upload-artifact@v3
144- with :
145- name : fbttf-macos.dmg
146- path : ./fbttf-macos.dmg
147-
148- - name : Upload To Artifact
149- if : github.ref != 'refs/heads/main'
150- uses : actions/upload-artifact@v3
151- with :
152- name : fbttf-macos.zip
153- path : ./fbttf-macos.zip
0 commit comments