Skip to content

Commit

Permalink
Fixed actions for now, dmg still missing
Browse files Browse the repository at this point in the history
  • Loading branch information
K3vinb5 committed Apr 29, 2024
1 parent 0915d87 commit 56ac0be
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: /home/runner/work/Unyo/Unyo/Unyo.AppImage
- name: Add Path
run: export PATH="$PATH":"$HOME/.pub-cache/bin"
- name: Build deb package
run: flutter_to_debian
- name: Linux Debain package Release
Expand Down Expand Up @@ -136,11 +138,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/macos/Build/Products/Release/Unyo-${{github.ref_name}}-macos.zip
- name: Build Dmg
run: dart run dmg
- name: macOS Dmg Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/macos/Build/Products/Release/unyo.dmg
#- name: Build Dmg
# run: dart run dmg
#- name: macOS Dmg Release
# uses: softprops/action-gh-release@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# files: build/macos/Build/Products/Release/unyo.dmg

0 comments on commit 56ac0be

Please sign in to comment.