This commit is contained in:
		
							parent
							
								
									ca4a6728bf
								
							
						
					
					
						commit
						908791a3f0
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -4,13 +4,13 @@ jobs:
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - run: cd ..
 | 
					      - run: |
 | 
				
			||||||
          ls
 | 
					          cd ..
 | 
				
			||||||
          apt-get update
 | 
					          apt-get update
 | 
				
			||||||
          apt-get install -y chromium
 | 
					          apt-get install -y chromium
 | 
				
			||||||
          echo  ${{ secrets.CERT }} > cf-detect-chrome.pem
 | 
					          echo "${{ secrets.CERT }}" > cf-detect-chrome.pem
 | 
				
			||||||
          chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
 | 
					          chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
 | 
				
			||||||
      - uses: actions/upload-artifact@v4
 | 
					      - uses: actions/upload-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ./cf-detect-chrome.crx
 | 
					          path: /workspace/massivebox/cf-detect-chrome.crx
 | 
				
			||||||
          overwrite: true
 | 
					          overwrite: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue