mirror of
				https://github.com/Vomitblood/stort.git
				synced 2025-11-04 04:37:21 +08:00 
			
		
		
		
	updated github actions workflow
This commit is contained in:
		
							parent
							
								
									0edef1236b
								
							
						
					
					
						commit
						fffcae4581
					
				
							
								
								
									
										4
									
								
								.github/workflows/build-validation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build-validation.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -15,6 +15,9 @@ jobs:
 | 
				
			||||||
      - name: Checkout Repository
 | 
					      - name: Checkout Repository
 | 
				
			||||||
        uses: actions/checkout@v2
 | 
					        uses: actions/checkout@v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Get Variables
 | 
				
			||||||
 | 
					        run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Update packages
 | 
					      - name: Update packages
 | 
				
			||||||
        run: apt update && apt upgrade -y
 | 
					        run: apt update && apt upgrade -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -45,6 +48,7 @@ jobs:
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: stort-appimage.zip
 | 
					          name: stort-appimage.zip
 | 
				
			||||||
          path: ./src-tauri/target/release/bundle/appimage/*.AppImage
 | 
					          path: ./src-tauri/target/release/bundle/appimage/*.AppImage
 | 
				
			||||||
 | 
					          retention-days: 7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Create Release
 | 
					      - name: Create Release
 | 
				
			||||||
        id: create_release
 | 
					        id: create_release
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue