Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 7, 2024
1 parent 9bd75d5 commit 6db3b24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
- name: Build Appimage
run: bash ./github_appimage_build.sh
- name: Compress action step
uses: a7ul/[email protected]
id: compress
with:
command: c
files: build/linux/x64/release/bundle/*
outPath: renamer-linux.tar.gz
run: tar -C build/linux/x64/release/bundle -cf renamer-linux.tar.gz ./
- name: Linux Release
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6db3b24

Please sign in to comment.