mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	upload to github & s3 at same time (#18475)
This commit is contained in:
		@@ -641,6 +641,7 @@ steps:
 | 
			
		||||
    environment:
 | 
			
		||||
      GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
 | 
			
		||||
      TAGS: bindata sqlite sqlite_unlock_notify
 | 
			
		||||
    depends_on: [fetch-tags]
 | 
			
		||||
 | 
			
		||||
  - name: gpg-sign
 | 
			
		||||
    pull: always
 | 
			
		||||
@@ -656,6 +657,7 @@ steps:
 | 
			
		||||
        from_secret: gpgsign_key
 | 
			
		||||
      GPGSIGN_PASSPHRASE:
 | 
			
		||||
        from_secret: gpgsign_passphrase
 | 
			
		||||
    depends_on: [static]
 | 
			
		||||
 | 
			
		||||
  - name: release-tag
 | 
			
		||||
    pull: always
 | 
			
		||||
@@ -673,6 +675,7 @@ steps:
 | 
			
		||||
        from_secret: aws_access_key_id
 | 
			
		||||
      AWS_SECRET_ACCESS_KEY:
 | 
			
		||||
        from_secret: aws_secret_access_key
 | 
			
		||||
    depends_on: [gpg-sign]
 | 
			
		||||
 | 
			
		||||
  - name: github
 | 
			
		||||
    pull: always
 | 
			
		||||
@@ -683,6 +686,7 @@ steps:
 | 
			
		||||
    environment:
 | 
			
		||||
      GITHUB_TOKEN:
 | 
			
		||||
        from_secret: github_token
 | 
			
		||||
    depends_on: [gpg-sign]
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user