Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit 3ae9ce0

Browse files
author
Tadjaur
authored
Update dart.yml
1 parent d1d061b commit 3ae9ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Create a Release APK
2929
uses: ncipollo/release-action@v1
3030
with:
31-
artifacts: ".outputs/release/*.apk"
32-
tag: "0.1.1"
31+
artifacts: "build/app/outputs/apk/debug/*.apk"
32+
tag: "0.2.0"
3333
body: "First action release"
3434
token: ${{ secrets.RepoAcces }}

0 commit comments

Comments
 (0)