Only upload *.tgz and *.deb to releases
This commit is contained in:
		@ -9,7 +9,7 @@ steps:
 | 
			
		||||
      - name: build
 | 
			
		||||
        path: /build
 | 
			
		||||
    commands:
 | 
			
		||||
      - export VERSION="1.2.4"
 | 
			
		||||
      - export VERSION="1.2.5"
 | 
			
		||||
      - echo $VERSION > /build/version.txt
 | 
			
		||||
      - echo "v$VERSION" > /build/release-version.txt
 | 
			
		||||
      - npm install
 | 
			
		||||
@ -35,7 +35,7 @@ steps:
 | 
			
		||||
      gitea_server: https://git.meow.tf
 | 
			
		||||
      tag_file: /build/release-version.txt
 | 
			
		||||
      title_file: /build/release-version.txt
 | 
			
		||||
      files: [ '/build/*' ]
 | 
			
		||||
      files: [ '/build/*.tgz' '/build/*.deb' ]
 | 
			
		||||
    environment:
 | 
			
		||||
      PLUGIN_API_KEY:
 | 
			
		||||
        from_secret: gitea_token
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user