mirror of
				https://github.com/Tim-Paik/srv.git
				synced 2024-10-13 00:29:43 +00:00 
			
		
		
		
	0.8.2-beta Update Github automatic build
This commit is contained in:
		
							
								
								
									
										36
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										36
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -14,8 +14,14 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|  |  | ||||||
|   upload-assets-linux: |   upload-assets: | ||||||
|     runs-on: ubuntu-latest |     strategy: | ||||||
|  |       matrix: | ||||||
|  |         os: | ||||||
|  |           - ubuntu-latest | ||||||
|  |           - macos-latest | ||||||
|  |           - windows-latest | ||||||
|  |     runs-on: ${{ matrix.os }} | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|       - uses: taiki-e/upload-rust-binary-action@v1 |       - uses: taiki-e/upload-rust-binary-action@v1 | ||||||
| @ -25,29 +31,3 @@ jobs: | |||||||
|           zip: windows |           zip: windows | ||||||
|         env: |         env: | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|  |  | ||||||
|   upload-assets-macos: |  | ||||||
|     runs-on: macos-latest |  | ||||||
|     steps: |  | ||||||
|       - uses: actions/checkout@v2 |  | ||||||
|       - uses: taiki-e/upload-rust-binary-action@v1 |  | ||||||
|         with: |  | ||||||
|           bin: web |  | ||||||
|           tar: unix |  | ||||||
|           zip: windows |  | ||||||
|         env: |  | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |  | ||||||
|  |  | ||||||
|   upload-assets-windows: |  | ||||||
|     runs-on: windows-latest |  | ||||||
|     steps: |  | ||||||
|       - uses: actions/checkout@v2 |  | ||||||
|       # - run: vcpkg integrate install |  | ||||||
|       # - run: vcpkg install openssl:x64-windows-static-md |  | ||||||
|       - uses: taiki-e/upload-rust-binary-action@v1 |  | ||||||
|         with: |  | ||||||
|           bin: web |  | ||||||
|           tar: unix |  | ||||||
|           zip: windows |  | ||||||
|         env: |  | ||||||
|           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |  | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -2488,7 +2488,7 @@ checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29" | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "web" | name = "web" | ||||||
| version = "0.8.1-beta" | version = "0.8.2-beta" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "actix-files", |  "actix-files", | ||||||
|  "actix-http", |  "actix-http", | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ authors = ["Tim_Paik <timpaikc@outlook.com>"] | |||||||
| description = "simple http server written in rust" | description = "simple http server written in rust" | ||||||
| edition = "2018" | edition = "2018" | ||||||
| name = "web" | name = "web" | ||||||
| version = "0.8.1-beta" | version = "0.8.2-beta" | ||||||
|  |  | ||||||
| [dependencies] | [dependencies] | ||||||
| actix-files = "0.5" | actix-files = "0.5" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user