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: |
|
run: |
|
||||||
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
|
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
|
||||||
|
|
||||||
- name: 'Upload Artifact'
|
- uses: actions/forgejo-release@v2.6.0
|
||||||
uses: actions/upload-release-asset@v1
|
|
||||||
with:
|
with:
|
||||||
name: timetracker_binary
|
direction: upload
|
||||||
path: timetracker_${{github.ref_name}}.deb
|
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