Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
Squashed commit of the following:
commit 6db3b24
Author: 孙娇 <P.ozzy@outlook.com>
Date:   Thu Mar 7 22:03:53 2024 +0800

    Update main.yml

commit 9bd75d5
Author: 孙娇 <P.ozzy@outlook.com>
Date:   Thu Mar 7 21:54:42 2024 +0800

    Update main.yml
  • Loading branch information
sun-jiao committed Mar 7, 2024
1 parent fe776b3 commit a9042ed
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/tar-action@v1.1.0
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 a9042ed

Please sign in to comment.