changed release archive name / fixed log scrollbar
This commit is contained in:
@@ -53,13 +53,13 @@ jobs:
|
||||
path: ${{ github.workspace }}/artifact
|
||||
|
||||
- name: Archive Release
|
||||
run: (cd ${{ github.workspace }}/artifact && zip -r ${{ github.workspace }}/artifact/NetphoneTeamsLink${{github.ref_name}}.zip .)
|
||||
run: (cd ${{ github.workspace }}/artifact && zip -r ${{ github.workspace }}/artifact/TeamsNetphoneLink${{github.ref_name}}.zip .)
|
||||
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: "Netphone Teams Link ${{github.ref_name}}"
|
||||
files: |-
|
||||
${{ github.workspace }}/artifact/NetphoneTeamsLink${{github.ref_name}}.zip
|
||||
${{ github.workspace }}/artifact/TeamsNetphoneLink${{github.ref_name}}.zip
|
||||
token: '${{secrets.KRJAN02_RELEASE_TOKEN}}'
|
||||
tag_name: ${{github.ref_name}}
|
||||
Reference in New Issue
Block a user