Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Jul 8, 2024
1 parent 52f5b31 commit 53a1734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
prepare_release:
permissions:
contents: write
name: Build
name: Prepare Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,11 +27,11 @@ jobs:
if_no_artifact_found: fail
allow_forks: true
- name: output_dir
run: ls -al
run: ls -al artifact-Linux/
- name: Release
uses: softprops/action-gh-release@v2
with:
files: artifact-linux/apk/release/app-release.apk
files: artifact-Linux/apk/release/app-release.apk
draft: true
tag_name: ${{ steps.version.outputs.version }}
fail_on_unmatched_files: true
Expand Down

0 comments on commit 53a1734

Please sign in to comment.