Skip to content

Commit 0f899ea

Browse files
committed
release workflow: fix artifact upload again
1 parent b7c21db commit 0f899ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/upload-artifact@v4
109109
with:
110110
name: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}-tar-xz
111-
path: .
111+
path: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz
112112
if-no-files-found: error
113113

114114
publish:
@@ -125,7 +125,7 @@ jobs:
125125
- name: Prepare release
126126
run: |
127127
mkdir -p release-files
128-
mv artifacts/*-tar-xz/* .
128+
mv artifacts/*-tar-xz/* release-files/
129129
130130
- name: Publish Release
131131
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)