Skip to content

Commit

Permalink
fix linux and android artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 1, 2024
1 parent 8a38376 commit 8bd436a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: compress
with:
command: c
files: build/linux/x64/release/bundle
files: build/linux/x64/release/bundle/*
outPath: renamer-linux.tar.gz
- name: Linux Release
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD}}
- name: Android Release
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: renamer-android
path: build/app/outputs/flutter-apk
Expand Down

0 comments on commit 8bd436a

Please sign in to comment.