Skip to content

Commit

Permalink
renamed artificats
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-hashtag committed Dec 13, 2024
1 parent a82443a commit 35bd151
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
cd ../../build/macos && zip sharem-macos-x86_64.zip sharem
cd ../../
- name: List
run: tree build

- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand All @@ -76,9 +79,9 @@ jobs:
name: Release
makeLatest: "latest"
artifacts: |
build/windows/sharem-windows.zip
build/ubuntu/sharem-linux.zip
build/macos/sharem-macos.zip
build/windows/sharem-windows-x86_64.zip
build/ubuntu/sharem-linux-x86_64.zip
build/macos/sharem-macos-x86_64.zip

0 comments on commit 35bd151

Please sign in to comment.