This commit is contained in:
parent
f09844d120
commit
01ea62fe41
@ -29,3 +29,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-artifact
|
name: build-artifact
|
||||||
path: target/*.jar
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user