Skip to content

Commit

Permalink
CI: Fix the artifact file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Nov 24, 2024
1 parent 6bd63fb commit c8b95eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
yes | sdk/cmdline-tools/bin/sdkmanager --sdk_root=`pwd`/sdk --licenses
./gradlew assembleRelease
cp app/build/outputs/apk/release/hev.sockstun-*-release.apk hev.sockstun-${{ github.ref_name }}.apk
cp app/build/outputs/apk/release/hev.sockstun-*-release.apk hev.sockstun-${{ github.ref_name }}-release.apk
- name: Upload
uses: actions/upload-artifact@v4
with:
name: hev.sockstun-${{ github.ref_name }}.apk
path: hev.sockstun-${{ github.ref_name }}.apk
name: hev.sockstun-${{ github.ref_name }}-release.apk
path: hev.sockstun-${{ github.ref_name }}-release.apk
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit c8b95eb

Please sign in to comment.