changed release archive name / fixed log scrollbar
Build and Relase / build-release (push) Successful in 1m22s
Build and Relase / create-release (push) Successful in 38s

This commit is contained in:
2025-03-26 17:25:10 +01:00
parent efbcaa773f
commit 55ca9934df
5 changed files with 38 additions and 29 deletions
+2 -2
View File
@@ -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}}