diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4cbdda..606576c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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