Attempt 1
This commit is contained in:
		@ -55,15 +55,11 @@ jobs:
 | 
				
			|||||||
          chmod 755 ./tricu
 | 
					          chmod 755 ./tricu
 | 
				
			||||||
          nix develop --command upx ./tricu
 | 
					          nix develop --command upx ./tricu
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
      - name: Setup go for release action
 | 
					 | 
				
			||||||
        uses: actions/setup-go@v5
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          go-version: '>=1.20.1'
 | 
					 | 
				
			||||||
  
 | 
					 | 
				
			||||||
      - name: Release binary
 | 
					      - name: Release binary
 | 
				
			||||||
        uses: https://gitea.com/actions/release-action@main
 | 
					        uses: akkuman/gitea-release-action@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          files: |-
 | 
					          files: |-
 | 
				
			||||||
            ./tricu
 | 
					            ./tricu
 | 
				
			||||||
          api_key: '${{ secrets.RELEASE_TOKEN }}'
 | 
					          token: '${{ secrets.RELEASE_TOKEN }}'
 | 
				
			||||||
 | 
					          body: '${{ gitea.event.head_commit.message }}'
 | 
				
			||||||
          pre_release: true
 | 
					          pre_release: true
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user