Skip to content

Commit

Permalink
Update linux-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet authored Jul 14, 2024
1 parent 4908610 commit 548c9d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
run: |
dart pub global activate flutter_distributor
flutter_distributor package --platform linux --targets deb
- name: Build linux portable tar
working-directory: ./Harmony-Music
run: |
cd build/linux/x64/release/bundle
tar -czaf harmonymusic-Linux-Portable.tar.gz ./*
ls
- name: Upload linux deb artifact
uses: actions/upload-artifact@v4
with:
name: Harmony music linux deb
path: ./Harmony-Music/dist/*

# - name: Upload linux portable tar
# uses: actions/upload-artifact@v4
# with:
# name: Harmony music linux tar
# path: ./Harmony-Music/harmonymusic-Linux-Portable.tar.gz
- name: Upload linux portable tar
uses: actions/upload-artifact@v4
with:
name: Harmony music linux tar
path: ./Harmony-Music/build/linux/x64/release/bundle/harmonymusic-Linux-Portable.tar.gz

0 comments on commit 548c9d0

Please sign in to comment.