test
This commit is contained in:
parent
2a0316008a
commit
d0339fee45
1 changed files with 10 additions and 4 deletions
|
|
@ -41,8 +41,14 @@ jobs:
|
|||
run: |
|
||||
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
|
||||
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-release-asset@v1
|
||||
- uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
name: timetracker_binary
|
||||
path: timetracker_${{github.ref_name}}.deb
|
||||
direction: upload
|
||||
repo: ronnyfriedland/timetracker
|
||||
token: ${{ secrets.test }}
|
||||
|
||||
# - name: 'Upload Artifact'
|
||||
# uses: actions/upload-release-asset@v1
|
||||
#with:
|
||||
# name: timetracker_binary
|
||||
#path: timetracker_${{github.ref_name}}.deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue