Skip to content

Commit 53a1734

Browse files
authored
Update release.yml
1 parent 52f5b31 commit 53a1734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
prepare_release:
88
permissions:
99
contents: write
10-
name: Build
10+
name: Prepare Release
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
@@ -27,11 +27,11 @@ jobs:
2727
if_no_artifact_found: fail
2828
allow_forks: true
2929
- name: output_dir
30-
run: ls -al
30+
run: ls -al artifact-Linux/
3131
- name: Release
3232
uses: softprops/action-gh-release@v2
3333
with:
34-
files: artifact-linux/apk/release/app-release.apk
34+
files: artifact-Linux/apk/release/app-release.apk
3535
draft: true
3636
tag_name: ${{ steps.version.outputs.version }}
3737
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)