Skip to content

Commit

Permalink
tar linux package for use with github release
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 1, 2024
1 parent d3ee87c commit e9786c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ jobs:
run: flutter build linux --release
- name: Build Appimage
run: bash ./github_appimage_build.sh
- name: Compress action step
uses: a7ul/[email protected]
id: compress
with:
files: build/linux/x64/release/bundle
outPath: renamer-linux.tar.gz
- name: Linux Release
uses: actions/upload-artifact@v4
with:
name: renamer-linux
path: build/linux/x64/release/bundle
path: renamer-linux.tar.gz
- name: Linux Appimage Release
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e9786c7

Please sign in to comment.