Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev authored Dec 3, 2022
1 parent 0ec927d commit 1e3a6b8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,19 @@ jobs:
- name: Enable linux build
run: flutter config --enable-linux-desktop
- name: Build artifacts
run: flutter build linux --release
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: Musify-linux.zip
directory: build/linux/x64/release/bundle
run: bash ./buildlinux.sh
- name: Linux Release
uses: actions/upload-artifact@v3
with:
name: Musify-linux.zip
path: build/linux/x64/release/bundle/Musify-linux.zip
name: Musify-linux
path: debian/packages/


build-and-release-windows:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit 1e3a6b8

Please sign in to comment.