Skip to content

Commit

Permalink
release workflow: fix mismatching path
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jun 8, 2024
1 parent 0f899ea commit 18ef368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
mkdir -p artifact && cd artifact
cp -r ../dist/bin/flutter-pi .
tar -cJf ../flutter-pi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
tar -cJf ../flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz .
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 18ef368

Please sign in to comment.