From 65e798e9a76258a4f9261eb742c3f0ef4d8e7b28 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 21:27:10 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 84610b1..f67148e 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: - name: Upload APK to Artifacts uses: actions/upload-artifact@v3.1.3 with: - name: ${{ github.repository }} + name: ${{ github.event.repository.name }} path: ${{ inputs.file_output }} - name: Create Release and Upload Asset