Skip to content

Commit

Permalink
Another fix to the package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Oct 16, 2024
1 parent 299266d commit 8011c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
- name: Upload installer package
uses: actions/upload-artifact@v3
with:
name: cwipc_${{ github.ref_name }}_android_arm64.tar.gz
name: android-arm64-package
path: build/package/*.tar.gz

build-ubuntu2404:
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- name: Download Android installer
uses: actions/download-artifact@v3
with:
name: cwipc_${{ github.ref_name }}_android_arm64.tar.gz
name: android-arm64-package
path: ../Assets/
- name: Find Artefact names
run: |
Expand Down

0 comments on commit 8011c47

Please sign in to comment.