Skip to content

Commit bb8c347

Browse files
authored
version: from Develop (#26)
macos arm
1 parent 5d02dc9 commit bb8c347

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/buildrelease.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,15 @@ jobs:
8888
env:
8989
GH_TOKEN: ${{ secrets.TOKENBuild }}
9090
shell: bash
91+
92+
- name: '📦 Package mac OS arm64'
93+
run: |
94+
TAG=${{github.event.release.tag_name}}
95+
TAG=${TAG:1}
96+
cd ${{github.workspace}}
97+
dotnet publish TelegramDownloader/TelegramDownloader.csproj -r osx-arm64 -c Release -o bin/osx-arm64 -p:PublishSingleFile=true,Version=$TAG --self-contained
98+
zip -r TelegramFileManager-${{github.event.release.tag_name}}-osx-arm64.zip bin/osx-arm64
99+
gh release upload ${{github.event.release.tag_name}} TelegramFileManager-${{github.event.release.tag_name}}-osx-arm64.zip
100+
env:
101+
GH_TOKEN: ${{ secrets.TOKENBuild }}
102+
shell: bash

0 commit comments

Comments
 (0)