Skip to content

Commit

Permalink
feat: github actions upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 19, 2023
1 parent 73007b1 commit 9f79bfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
run: |
flutter build macos --release
- name: Publish Artefacts
uses: actions/upload-artifact@v1
env:
VERSION: "${{ steps.get_version.outputs.version-without-v }}"
with:
name: release-$VERSION
path: "build/macos/Build/Products/Release/Geek Chat.app"

- name: Build windows destop
if: matrix.platform == 'windows-latest'
run: |
Expand Down

0 comments on commit 9f79bfd

Please sign in to comment.