This commit is contained in:
		| @@ -29,3 +29,19 @@ jobs: | ||||
|         with: | ||||
|           name: build-artifact | ||||
|           path: target/*.jar | ||||
|       - name: Upload to Gitea Packages | ||||
| #        250137c267205e8e609ecbae49a5c1deb5d06648 - Access Token | ||||
|         uses: gitea-actions/upload-release-asset@v1 | ||||
|         with: | ||||
|           access_token: ${{ secrets.ACCESS_TOKEN }} | ||||
|           server_url: https://gitea.kuksa.dev | ||||
|           owner: edkuksa | ||||
|           repo: spring-demo | ||||
|           release_tag: ${{ github.ref }} | ||||
|           asset_path: target/*.jar | ||||
| #      - name: Create Release | ||||
| #        uses: softprops/action-gh-release@v1 | ||||
| #        env: | ||||
| #          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
| #        with: | ||||
| #          files: target/*.jar | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eduard Kuksa
					Eduard Kuksa