Skip to content

Commit

Permalink
fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiang-cd committed Jul 16, 2024
1 parent 1b4c4ce commit ed7616a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
channel: stable
cache: true
- working-directory: flutter_app
run: flutter build macos && ls build/macos/Build/Products/Release/

run: flutter build macos --release
- name: Codesign executable
env:
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-dev
- working-directory: flutter_app
run: flutter build linux --release && ls build/linux/x64/release/bundle/
run: flutter build linux --release

- uses: actions/upload-artifact@v4
with:
Expand All @@ -178,7 +178,7 @@ jobs:
- name: zip Asset
uses: vimtor/action-zip@v1
with:
files: ${{ env.LINUX_APP_RELEASE_PATH }}\
files: ${{ env.LINUX_APP_RELEASE_PATH }}
dest: ${{ env.LINUX_APP_RELEASE_PATH }}/${{ env.LINUX_APP_NAME }}.zip

- name: Upload Asset
Expand Down

0 comments on commit ed7616a

Please sign in to comment.