路径中斜杠替换为反斜杠
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -48,10 +48,10 @@ jobs:
 | 
				
			|||||||
          repo_token: "${{ secrets.GITHUB_TOKEN }}"
 | 
					          repo_token: "${{ secrets.GITHUB_TOKEN }}"
 | 
				
			||||||
          prerelease: false
 | 
					          prerelease: false
 | 
				
			||||||
          files: |
 | 
					          files: |
 | 
				
			||||||
            ${{github.workspace}}/build/Release/auto_bus_gui.exe
 | 
					            ${{github.workspace}}\build\Release\auto_bus_gui.exe
 | 
				
			||||||
            ${{github.workspace}}/build/Release/*.dll
 | 
					            ${{github.workspace}}\build\Release\*.dll
 | 
				
			||||||
            ${{github.workspace}}/build/Release/iconengines/*.dll
 | 
					            ${{github.workspace}}\build\Release\iconengines\*.dll
 | 
				
			||||||
            ${{github.workspace}}/build/Release/imageformats/*.dll
 | 
					            ${{github.workspace}}\build\Release\imageformats\*.dll
 | 
				
			||||||
            ${{github.workspace}}/build/Release/platforms/*.dll
 | 
					            ${{github.workspace}}\build\Release\platforms\*.dll
 | 
				
			||||||
            ${{github.workspace}}/build/Release/styles/*.dll
 | 
					            ${{github.workspace}}\build\Release\styles\*.dll
 | 
				
			||||||
            ${{github.workspace}}/build/Release/translations/*.qm
 | 
					            ${{github.workspace}}\build\Release\translations\*.qm
 | 
				
			||||||
		Reference in New Issue
	
	Block a user