Skip to content

Commit

Permalink
Yml: adding apks to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed Jul 23, 2024
1 parent 11587bd commit 6556d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-silentnotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: |
$apks = Get-ChildItem -Path .\bin\* -Filter *Signed.apk -Recurse -File
New-Item -Path ".\artifacts" -ItemType "directory"
Move-Item -Path $apks[0].FullName -Destination ".\artifacts\silentnotes.apk"
Move-Item -Path $apks[0].FullName -Destination ".\artifacts\silentnotes_arm.apk"
# Upload artifacts
- name: Upload build artifacts
Expand Down Expand Up @@ -356,8 +356,8 @@ jobs:
uses: softprops/action-gh-release@v1
id: create_release
with:
draft: true
prerelease: true
draft: false
prerelease: false
name: ${{ env.Version_Title }}
tag_name: ${{ env.Tag }}
body_path: ${{ env.Change_Log }}
Expand Down

0 comments on commit 6556d06

Please sign in to comment.