The electron-builder updater on 0.25.0 is pointing to the wrong directory (#3818)
Contributes to fixing #3817
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/build-test-publish-apps.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/build-test-publish-apps.yml
									
									
									
									
										vendored
									
									
								
							@ -245,6 +245,15 @@ jobs:
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
 | 
			
		||||
      # TODO: remove workaround introduced in https://github.com/KittyCAD/modeling-app/issues/3817
 | 
			
		||||
      - name: Upload release files to public bucket (test/electron-builder workaround)
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.2.0
 | 
			
		||||
        with:
 | 
			
		||||
          path: out
 | 
			
		||||
          glob: 'Zoo*'
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: '${{ env.BUCKET_DIR }}/test/electron-builder'
 | 
			
		||||
 | 
			
		||||
      - name: Upload update endpoint to public bucket
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.2.0
 | 
			
		||||
        with:
 | 
			
		||||
@ -253,6 +262,15 @@ jobs:
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
 | 
			
		||||
      # TODO: remove workaround introduced in https://github.com/KittyCAD/modeling-app/issues/3817
 | 
			
		||||
      - name: Upload update endpoint to public bucket (test/electron-builder workaround)
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.2.0
 | 
			
		||||
        with:
 | 
			
		||||
          path: out
 | 
			
		||||
          glob: 'latest*'
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: '${{ env.BUCKET_DIR }}/test/electron-builder'
 | 
			
		||||
 | 
			
		||||
      - name: Upload download endpoint to public bucket
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.2.0
 | 
			
		||||
        with:
 | 
			
		||||
 | 
			
		||||
@ -79,5 +79,5 @@ linux:
 | 
			
		||||
 | 
			
		||||
publish:
 | 
			
		||||
  - provider: generic
 | 
			
		||||
    url: https://dl.zoo.dev/releases/modeling-app/test/electron-builder
 | 
			
		||||
    url: https://dl.zoo.dev/releases/modeling-app
 | 
			
		||||
    channel: latest
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user