mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Bump svenstaro/upload-release-action from 2.3.0 to 2.4.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							@@ -54,7 +54,7 @@ jobs:
 | 
			
		||||
    # No need to upload binaries for dry run (cron)
 | 
			
		||||
    - name: Upload binaries to release
 | 
			
		||||
      if: github.event_name == 'release'
 | 
			
		||||
      uses: svenstaro/upload-release-action@2.3.0
 | 
			
		||||
      uses: svenstaro/upload-release-action@2.4.0
 | 
			
		||||
      with:
 | 
			
		||||
        repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
        file: target/release/meilisearch
 | 
			
		||||
@@ -87,7 +87,7 @@ jobs:
 | 
			
		||||
    # No need to upload binaries for dry run (cron)
 | 
			
		||||
    - name: Upload binaries to release
 | 
			
		||||
      if: github.event_name == 'release'
 | 
			
		||||
      uses: svenstaro/upload-release-action@2.3.0
 | 
			
		||||
      uses: svenstaro/upload-release-action@2.4.0
 | 
			
		||||
      with:
 | 
			
		||||
        repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
        file: target/release/${{ matrix.artifact_name }}
 | 
			
		||||
@@ -123,7 +123,7 @@ jobs:
 | 
			
		||||
      - name: Upload the binary to release
 | 
			
		||||
        # No need to upload binaries for dry run (cron)
 | 
			
		||||
        if: github.event_name == 'release'
 | 
			
		||||
        uses: svenstaro/upload-release-action@2.3.0
 | 
			
		||||
        uses: svenstaro/upload-release-action@2.4.0
 | 
			
		||||
        with:
 | 
			
		||||
          repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
          file: target/${{ matrix.target }}/release/meilisearch
 | 
			
		||||
@@ -183,7 +183,7 @@ jobs:
 | 
			
		||||
      - name: Upload the binary to release
 | 
			
		||||
        # No need to upload binaries for dry run (cron)
 | 
			
		||||
        if: github.event_name == 'release'
 | 
			
		||||
        uses: svenstaro/upload-release-action@2.3.0
 | 
			
		||||
        uses: svenstaro/upload-release-action@2.4.0
 | 
			
		||||
        with:
 | 
			
		||||
          repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
          file: target/${{ matrix.target }}/release/meilisearch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user