Skip to content

Commit

Permalink
release workflow: fix artifact upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jun 8, 2024
1 parent b7c21db commit 0f899ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}-tar-xz
path: .
path: flutterpi-${{ matrix.target }}-${{ matrix.buildtype }}.tar.xz
if-no-files-found: error

publish:
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Prepare release
run: |
mkdir -p release-files
mv artifacts/*-tar-xz/* .
mv artifacts/*-tar-xz/* release-files/
- name: Publish Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0f899ea

Please sign in to comment.