Run test/cut-release-v0.25.0-updater-test v0.25.0
This commit is contained in:
		
							
								
								
									
										52
									
								
								.github/workflows/build-test-publish-apps.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										52
									
								
								.github/workflows/build-test-publish-apps.yml
									
									
									
									
										vendored
									
									
								
							@ -303,35 +303,35 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          project_id: ${{ env.GOOGLE_CLOUD_PROJECT_ID }}
 | 
			
		||||
 | 
			
		||||
      # - name: Upload release files to public bucket
 | 
			
		||||
      #   uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     path: out
 | 
			
		||||
      #     glob: 'Zoo*'
 | 
			
		||||
      #     parent: false
 | 
			
		||||
      #     destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
      - name: Upload release files to public bucket
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
        with:
 | 
			
		||||
          path: out
 | 
			
		||||
          glob: 'Zoo*'
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
 | 
			
		||||
      # - name: Upload update endpoint to public bucket
 | 
			
		||||
      #   uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     path: out
 | 
			
		||||
      #     glob: 'latest*'
 | 
			
		||||
      #     parent: false
 | 
			
		||||
      #     destination: ${{ env.BUCKET_DIR }} 
 | 
			
		||||
      - name: Upload update endpoint to public bucket
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
        with:
 | 
			
		||||
          path: out
 | 
			
		||||
          glob: 'latest*'
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR }} 
 | 
			
		||||
 | 
			
		||||
      # - name: Upload download endpoint to public bucket
 | 
			
		||||
      #   uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     path: last_download.json
 | 
			
		||||
      #     destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
      - name: Upload download endpoint to public bucket
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.1.3
 | 
			
		||||
        with:
 | 
			
		||||
          path: last_download.json
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR }}
 | 
			
		||||
 | 
			
		||||
      # - name: Upload release files to public bucket for tauri
 | 
			
		||||
      #   uses: google-github-actions/upload-cloud-storage@v2.1.1
 | 
			
		||||
      #   with:
 | 
			
		||||
      #     path: "out/tauri/${{ env.VERSION }}" 
 | 
			
		||||
      #     glob: '*/Zoo*'
 | 
			
		||||
      #     parent: false
 | 
			
		||||
      #     destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }}
 | 
			
		||||
      - name: Upload release files to public bucket for tauri
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.1.1
 | 
			
		||||
        with:
 | 
			
		||||
          path: "out/tauri/${{ env.VERSION }}" 
 | 
			
		||||
          glob: '*/Zoo*'
 | 
			
		||||
          parent: false
 | 
			
		||||
          destination: ${{ env.BUCKET_DIR_TAURI }}/${{ env.VERSION }}
 | 
			
		||||
 | 
			
		||||
      - name: Upload update endpoint to public bucket for tauri
 | 
			
		||||
        uses: google-github-actions/upload-cloud-storage@v2.1.1
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user