We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c21db commit 0f899eaCopy full SHA for 0f899ea
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
uses: actions/upload-artifact@v4
109
with:
110
name: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}-tar-xz
111
- path: .
+ path: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz
112
if-no-files-found: error
113
114
publish:
@@ -125,7 +125,7 @@ jobs:
125
- name: Prepare release
126
run: |
127
mkdir -p release-files
128
- mv artifacts/*-tar-xz/* .
+ mv artifacts/*-tar-xz/* release-files/
129
130
- name: Publish Release
131
uses: softprops/action-gh-release@v1
0 commit comments