@@ -106,38 +106,38 @@ jobs:
106106 if: matrix.platform == 'windows-latest'
107107 uses: actions/upload-artifact@v4
108108 with:
109- name: dill -${{ matrix.platform }}.exe
110- path: ./backend/target/release/dill .exe
109+ name: Dill -${{ matrix.platform }}.exe
110+ path: ./backend/target/release/Dill .exe
111111 if-no-files-found: error
112112
113113 - name: Upload app executable (Linux)
114114 if: matrix.platform == 'ubuntu-latest'
115115 uses: actions/upload-artifact@v4
116116 with:
117- name: dill -${{ matrix.platform }}
118- path: ./backend/target/release/dill
117+ name: Dill -${{ matrix.platform }}
118+ path: ./backend/target/release/Dill
119119 if-no-files-found: error
120120
121121 - name: Upload app executable (MacOS)
122122 if: matrix.platform == 'macos-latest'
123123 uses: actions/upload-artifact@v4
124124 with:
125- name: dill -${{ matrix.platform }}
126- path: ./backend/target/universal-apple-darwin/release/dill
125+ name: Dill -${{ matrix.platform }}
126+ path: ./backend/target/universal-apple-darwin/release/Dill
127127 if-no-files-found: error
128128
129129 - name: Upload app bundles (Linux and Windows)
130130 if: matrix.platform == 'windows-latest' || matrix.platform == 'ubuntu-latest'
131131 uses: actions/upload-artifact@v4
132132 with:
133- name: dill -bundles-${{ matrix.platform }}
133+ name: Dill -bundles-${{ matrix.platform }}
134134 path: ./backend/target/release/bundle/
135135 if-no-files-found: error
136136
137137 - name: Upload app bundles (MacOS)
138138 if: matrix.platform == 'macos-latest'
139139 uses: actions/upload-artifact@v4
140140 with:
141- name: dill -bundles-${{ matrix.platform }}
141+ name: Dill -bundles-${{ matrix.platform }}
142142 path: ./backend/target/universal-apple-darwin/release/bundle/
143143 if-no-files-found: error
0 commit comments