test
This commit is contained in:
parent
bc5aa1e45c
commit
6f7ff56a80
1 changed files with 4 additions and 10 deletions
|
|
@ -41,14 +41,8 @@ jobs:
|
|||
run: |
|
||||
dpkg-deb --build PKG_SOURCE timetracker_${{github.ref_name}}.deb
|
||||
|
||||
- name: Upload release asset
|
||||
uses: https://code.forgejo.org/actions/upload-release-asset@v1
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
files: timetracker_${{github.ref_name}}.deb
|
||||
env:
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
#- name: Release the Deb package
|
||||
#uses: softprops/action-gh-release@v2
|
||||
#with:
|
||||
#files: timetracker_${{github.ref_name}}.deb
|
||||
name: timetracker_binary
|
||||
path: timetracker_${{github.ref_name}}.deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue