mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	actions: fix cache
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,7 @@ jobs:
 | 
			
		||||
          path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
 | 
			
		||||
          key: ${{ runner.OS }}-yarn-${{ hashFiles('**/yarn.lock') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.OS }}-node-
 | 
			
		||||
            ${{ runner.OS }}-yarn-
 | 
			
		||||
      - run: yarn install --prefer-offline
 | 
			
		||||
      - run: yarn build
 | 
			
		||||
      - uses: aquiladev/ipfs-action@v0.1.5
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user