This commit is contained in:
		@@ -25,14 +25,12 @@ jobs:
 | 
				
			|||||||
      #     name: distribution.pdf
 | 
					      #     name: distribution.pdf
 | 
				
			||||||
      #     path: distribution.pdf
 | 
					      #     path: distribution.pdf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Create or Update Release
 | 
					      - uses: akkuman/gitea-release-action@v1
 | 
				
			||||||
        uses: nico-castell/gitea-create-release@v1
 | 
					 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          gitea_token: ${{ secrets.RELEASE_TOKEN }}
 | 
					          body: ''
 | 
				
			||||||
          gitea_url: ${{ secrets.GITEA_URL }}
 | 
					 | 
				
			||||||
          tag_name: latest
 | 
					 | 
				
			||||||
          release_name: 'PDF'
 | 
					 | 
				
			||||||
          prerelease: true
 | 
					          prerelease: true
 | 
				
			||||||
          draft: false
 | 
					          name: PDF
 | 
				
			||||||
          force_update: true # Overwrite the 'latest' release on each run
 | 
					          token: ${{ secrets.RELEASE_TOKEN }}
 | 
				
			||||||
          files: distribution.pdf # Attach the compiled PDF
 | 
					          tag_name: latest
 | 
				
			||||||
 | 
					          files: |-
 | 
				
			||||||
 | 
					            ./*.pdf
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user