Skip to content

Commit 6515d48

Browse files
committed
workflows: rename artifacts
keks
1 parent 90f0287 commit 6515d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-android-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- run: flutter build apk --split-per-abi
1616
- uses: actions/[email protected]
1717
with:
18-
name: release-apks
18+
name: Aflutter-Craft-Apks
1919
path: build/app/outputs/apk/release/

.github/workflows/build-linux-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- run: chmod +x build/linux/x64/release/bundle/aflutter_craft
2121
- uses: actions/[email protected]
2222
with:
23-
name: Linux Application x64
23+
name: Aflutter-Craft-x86-64
2424
path: build/linux/x64/release/bundle

0 commit comments

Comments
 (0)