Skip to content

Commit

Permalink
test :D
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 20, 2024
1 parent 1662d51 commit 3c58ee8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,25 +53,25 @@ jobs:
- name: Upload the universal artifact
uses: actions/upload-artifact@v4
with:
path: mpvKt-universal*
path: ./mpvKt-universal*
name: universal
- name: Upload the arm64-v8a artifact
uses: actions/upload-artifact@v4
with:
path: mpvKt-arm64-v8a*
path: ./mpvKt-arm64-v8a*
name: arm64-v8a
- name: Upload the armeabi-v7a artifact
uses: actions/upload-artifact@v4
with:
path: mpvKt-armeabi-v7a*
path: ./mpvKt-armeabi-v7a*
name: armeabi-v7a
- name: Upload the x86 artifact
uses: actions/upload-artifact@v4
with:
path: mpvKt-x86*
path: ./mpvKt-x86*
name: x86
- name: Upload the x86_64 artifact
uses: actions/upload-artifact@v4
with:
path: mpvKt-x86_64*
path: ./mpvKt-x86_64*
name: x86_64

0 comments on commit 3c58ee8

Please sign in to comment.