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