mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #10651 from Morph1984/a
github/gitmodules: Misc fixes
This commit is contained in:
		
						commit
						238e46ec93
					
				| @ -165,24 +165,3 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           name: android |           name: android | ||||||
|           path: artifacts/ |           path: artifacts/ | ||||||
|   release: |  | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     needs: [ android ] |  | ||||||
|     if: ${{ startsWith(github.ref, 'refs/tags/') }} |  | ||||||
|     steps: |  | ||||||
|       - uses: actions/download-artifact@v3 |  | ||||||
|       - name: Create release |  | ||||||
|         uses: actions/create-release@v1 |  | ||||||
|         env: |  | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |  | ||||||
|         with: |  | ||||||
|           tag_name: ${{ github.ref_name }} |  | ||||||
|           release_name: ${{ github.ref_name }} |  | ||||||
|           draft: false |  | ||||||
|           prerelease: false |  | ||||||
|       - name: Upload artifacts |  | ||||||
|         uses: alexellis/upload-assets@0.4.0 |  | ||||||
|         env: |  | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |  | ||||||
|         with: |  | ||||||
|           asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.7z","./**/*.zip","./**/*.apk","./**/*.aab"]' |  | ||||||
							
								
								
									
										2
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @ -49,6 +49,6 @@ | |||||||
| [submodule "cpp-jwt"] | [submodule "cpp-jwt"] | ||||||
| 	path = externals/cpp-jwt | 	path = externals/cpp-jwt | ||||||
| 	url = https://github.com/arun11299/cpp-jwt.git | 	url = https://github.com/arun11299/cpp-jwt.git | ||||||
| [submodule "externals/libadrenotools"] | [submodule "libadrenotools"] | ||||||
| 	path = externals/libadrenotools | 	path = externals/libadrenotools | ||||||
| 	url = https://github.com/bylaws/libadrenotools | 	url = https://github.com/bylaws/libadrenotools | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user